#A78F2E

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

Shades of Reef Gold #A78F2E

Tints of Reef Gold #A78F2E

Color information

#A78F2E (or 0xA78F2E) is unknown color: approx Reef Gold. HEX triplet: A7, 8F and 2E. RGB value is (167,143,46). Sum of RGB (Red+Green+Blue) = 167+143+46=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 143 (56.25% from 255 or 40.17% from 356); Blue value is 46 (18.36% from 255 or 12.92% from 356); Max value from RGB is 167 - color contains mainly: red. Hex color #A78F2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78F2E is #5870D1. Grayscale: #8B8B8B. Windows color (decimal): -5796050 or 3051431. OLE color: 3051431.

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

Color convert

RGB16714346-
CMYK00.140.720.35
HSL48.1º56.81%41.76%-
HSV(B)48.1º72.46%65.49%-
XYZ26.2528.066.62-
YUV139.1275.45147.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.91%
GREEN value IS 143 (56.25% from 255) = 40.17%
BLUE value IS 46 (18.36% from 255) = 12.92%
R=46.91%
G=40.17%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.72
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671434600.140.720.3548.156.8141.76
HexA78F2E0E482330392a
Octal2472175601611043607152
Binary1010011110001111101110011101001000100011110000111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78F2E; }

 p { color: rgb(167,143,46); }

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

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

 a { background-color: rgb(167,143,46); }

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

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

 span { border-color: rgb(167,143,46); }

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