#A78831

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

Shades of Reef Gold #A78831

Tints of Reef Gold #A78831

Color information

#A78831 (or 0xA78831) is unknown color: approx Reef Gold. HEX triplet: A7, 88 and 31. RGB value is (167,136,49). Sum of RGB (Red+Green+Blue) = 167+136+49=352 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.44% from 352); Green value is 136 (53.52% from 255 or 38.64% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 167 - color contains mainly: red. Hex color #A78831 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78831 is #5877CE. Grayscale: #878787. Windows color (decimal): -5797839 or 3246247. OLE color: 3246247.

HSL color Cylindrical-coordinate representation of color #A78831: hue angle of 44.24º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A78831 is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB16713649-
CMYK00.190.710.35
HSL44.24º54.63%42.35%-
HSV(B)44.24º70.66%65.49%-
XYZ25.2926.056.6-
YUV135.3579.27150.57-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.44%
GREEN value IS 136 (53.52% from 255) = 38.64%
BLUE value IS 49 (19.53% from 255) = 13.92%
R=47.44%
G=38.64%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671364900.190.710.3544.2454.6342.35
HexA7883101347232c372a
Octal2472106102310743546752
Binary10100111100010001100010100111000111100011101100110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78831; }

 p { color: rgb(167,136,49); }

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

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

 a { background-color: rgb(167,136,49); }

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

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

 span { border-color: rgb(167,136,49); }

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