Html Css Color HEX #A78A0D Dark Goldenrod

📋 copy color: '#A78A0D'

red 167 ◦ green 138 ◦ blue 13

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

Shades of Dark Goldenrod #A78A0D

Tints of Dark Goldenrod #A78A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.09%

R = 52.52%
G = 43.4%
B = 4.09%

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

#A78A0D (or 0xA78A0D) is known color: Dark Goldenrod. HEX triplet: A7, 8A and 0D. RGB value is (167,138,13). Sum of RGB (Red+Green+Blue) = 167+138+13=318 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.52% from 318); Green value is 138 (54.30% from 255 or 43.40% from 318); Blue value is 13 (5.47% from 255 or 4.09% from 318); Max value from RGB is 167 - color contains mainly: red. Hex color #A78A0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A78A0D is #5875F2. Grayscale: #848484. Windows color (decimal): -5797363 or 887463. OLE color: 887463.

HSL color Cylindrical-coordinate representation of color #A78A0D: hue angle of 48.7º degrees, saturation: 0.86, 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 #A78A0D is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 138 13 -
CMYK 0 0.17 0.92 0.35
HSL 48.7º 0.86% 0.35% -
HSV(B) 48.7º 0.92% 0.65% -
XYZ 25.1 26.42 4.16 -
YUV 132.42 60.61 152.66 -
System Red Green Blue C M Y K H S L
Decimal 167 138 13 0 0.17 0.92 0.35 48.7 0.86 0.35
Hex A7 8A D 0 11 5C 23 31 56 23
Octal 247 212 15 0 21 134 43 61 126 43
Binary 10100111 10001010 1101 0 10001 1011100 100011 110001 1010110 100011

Color Harmonies of #A78A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78A0D

Black with #A78A0D

Text Example


Text Example

White with #A78A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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