Html Css Color HEX #A47A0C Dark Goldenrod

📋 copy color: '#A47A0C'

red 164 ◦ green 122 ◦ blue 12

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

Shades of Dark Goldenrod #A47A0C

Tints of Dark Goldenrod #A47A0C

RGB

 RED value IS 164 (64.45% from 255) = 55.03%

 GREEN value IS 122 (48.05% from 255) = 40.94%

 BLUE value IS 12 (5.08% from 255) = 4.03%

R = 55.03%
G = 40.94%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A47A0C (or 0xA47A0C) is known color: Dark Goldenrod. HEX triplet: A4, 7A and 0C. RGB value is (164,122,12). Sum of RGB (Red+Green+Blue) = 164+122+12=298 (39% of max value = 765). Red value is 164 (64.45% from 255 or 55.03% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 12 (5.08% from 255 or 4.03% from 298); Max value from RGB is 164 - color contains mainly: red. Hex color #A47A0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47A0C is #5B85F3. Grayscale: #7A7A7A. Windows color (decimal): -5998068 or 817828. OLE color: 817828.

HSL color Cylindrical-coordinate representation of color #A47A0C: hue angle of 43.42º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A47A0C is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 122 12 -
CMYK 0 0.26 0.93 0.36
HSL 43.42º 0.86% 0.35% -
HSV(B) 43.42º 0.93% 0.64% -
XYZ 22.34 21.84 3.39 -
YUV 122.02 65.91 157.94 -
System Red Green Blue C M Y K H S L
Decimal 164 122 12 0 0.26 0.93 0.36 43.42 0.86 0.35
Hex A4 7A C 0 1A 5D 24 2B 56 23
Octal 244 172 14 0 32 135 44 53 126 43
Binary 10100100 1111010 1100 0 11010 1011101 100100 101011 1010110 100011

Color Harmonies of #A47A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47A0C

Black with #A47A0C

Text Example


Text Example

White with #A47A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47A0C; }

 p { color: rgb(164,122,12); }

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

background-color css

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

 a { background-color: rgb(164,122,12); }

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

border-color css

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

 span { border-color: rgb(164,122,12); }

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