#A79A38

Color #A79A38 Reef Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef Gold #A79A38

Tints of Reef Gold #A79A38

Color information

#A79A38 (or 0xA79A38) is unknown color: approx Reef Gold. HEX triplet: A7, 9A and 38. RGB value is (167,154,56). Sum of RGB (Red+Green+Blue) = 167+154+56=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 56 (22.27% from 255 or 14.85% from 377); Max value from RGB is 167 - color contains mainly: red. Hex color #A79A38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79A38 is #5865C7. Grayscale: #939393. Windows color (decimal): -5793224 or 3709607. OLE color: 3709607.

HSL color Cylindrical-coordinate representation of color #A79A38: hue angle of 52.97º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A79A38 is Cyan = 0, Magento = 0.08, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB16715456-
CMYK00.080.660.35
HSL52.97º49.78%43.73%-
HSV(B)52.97º66.47%65.49%-
XYZ28.2131.618.36-
YUV146.7176.81142.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 44.30%
GREEN value IS 154 (60.55% from 255) = 40.85%
BLUE value IS 56 (22.27% from 255) = 14.85%
R=44.30%
G=40.85%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671545600.080.660.3552.9749.7843.73
HexA79A3808422335322c
Octal2472327001010243656254
Binary1010011110011010111000010001000010100011110101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79A38; }

 p { color: rgb(167,154,56); }

 H1.HeaderClassName
 {
   color: #A79A38;
 }
 .AnyTagClassName
 {
   color: #A79A38;
 }
</style>
background-color css

<style>
 a { background-color: #A79A38; }

 a { background-color: rgb(167,154,56); }

 div.DivClassName
 {
   background-color: #A79A38;
 }
 .BgClassName
 {
   background-color: #A79A38;
 }
</style>
border-color css

<style>
 span { border-color: #A79A38; }

 span { border-color: rgb(167,154,56); }

 td.TdClassName
 {
   border-color: #A79A38;
 }
 .TagClassName
 {
   border-color: #A79A38;
 }
</style>