Html Css Color HEX #A78A0E Dark Goldenrod

📋 copy color: '#A78A0E'

red 167 ◦ green 138 ◦ blue 14

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

Shades of Dark Goldenrod #A78A0E

Tints of Dark Goldenrod #A78A0E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.26%

 BLUE value IS 14 (5.86% from 255) = 4.39%

R = 52.35%
G = 43.26%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.35

RGB Variations

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

Color information

#A78A0E (or 0xA78A0E) is known color: Dark Goldenrod. HEX triplet: A7, 8A and 0E. RGB value is (167,138,14). Sum of RGB (Red+Green+Blue) = 167+138+14=319 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.35% from 319); Green value is 138 (54.30% from 255 or 43.26% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 167 - color contains mainly: red. Hex color #A78A0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78A0E is #5875F1. Grayscale: #858585. Windows color (decimal): -5797362 or 952999. OLE color: 952999.

HSL color Cylindrical-coordinate representation of color #A78A0E: hue angle of 48.63º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A78A0E is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 138 14 -
CMYK 0 0.17 0.92 0.35
HSL 48.63º 0.85% 0.35% -
HSV(B) 48.63º 0.92% 0.65% -
XYZ 25.1 26.42 4.19 -
YUV 132.54 61.11 152.58 -
System Red Green Blue C M Y K H S L
Decimal 167 138 14 0 0.17 0.92 0.35 48.63 0.85 0.35
Hex A7 8A E 0 11 5C 23 31 55 23
Octal 247 212 16 0 21 134 43 61 125 43
Binary 10100111 10001010 1110 0 10001 1011100 100011 110001 1010101 100011

Color Harmonies of #A78A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78A0E

Black with #A78A0E

Text Example


Text Example

White with #A78A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78A0E; }

 p { color: rgb(167,138,14); }

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

background-color css

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

 a { background-color: rgb(167,138,14); }

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

border-color css

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

 span { border-color: rgb(167,138,14); }

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