Html Css Color HEX #A78E06 Dark Goldenrod

📋 copy color: '#A78E06'

red 167 ◦ green 142 ◦ blue 6

#A78E06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #A78E06

Tints of Dark Goldenrod #A78E06

RGB

 RED value IS 167 (65.63% from 255) = 53.02%

 GREEN value IS 142 (55.86% from 255) = 45.08%

 BLUE value IS 6 (2.73% from 255) = 1.9%

R = 53.02%
G = 45.08%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A78E06 (or 0xA78E06) is known color: Dark Goldenrod. HEX triplet: A7, 8E and 06. RGB value is (167,142,6). Sum of RGB (Red+Green+Blue) = 167+142+6=315 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.02% from 315); Green value is 142 (55.86% from 255 or 45.08% from 315); Blue value is 6 (2.73% from 255 or 1.90% from 315); Max value from RGB is 167 - color contains mainly: red. Hex color #A78E06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78E06 is #5871F9. Grayscale: #868686. Windows color (decimal): -5796346 or 429735. OLE color: 429735.

HSL color Cylindrical-coordinate representation of color #A78E06: hue angle of 50.68º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A78E06 is Cyan = 0, Magento = 0.15, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 142 6 -
CMYK 0 0.15 0.96 0.35
HSL 50.68º 0.93% 0.34% -
HSV(B) 50.68º 0.96% 0.65% -
XYZ 25.64 27.57 4.14 -
YUV 133.97 55.78 151.56 -
System Red Green Blue C M Y K H S L
Decimal 167 142 6 0 0.15 0.96 0.35 50.68 0.93 0.34
Hex A7 8E 6 0 F 60 23 33 5D 22
Octal 247 216 6 0 17 140 43 63 135 42
Binary 10100111 10001110 110 0 1111 1100000 100011 110011 1011101 100010

Color Harmonies of #A78E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78E06

Black with #A78E06

Text Example


Text Example

White with #A78E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78E06; }

 p { color: rgb(167,142,6); }

 H1.HeaderClassName
 {
   color: #A78E06;
 }
 .AnyTagClassName
 {
   color: #A78E06;
 }
</style>

background-color css

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

 a { background-color: rgb(167,142,6); }

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

border-color css

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

 span { border-color: rgb(167,142,6); }

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