Html Css Color HEX #A47F0C Dark Goldenrod

📋 copy color: '#A47F0C'

red 164 ◦ green 127 ◦ blue 12

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

Shades of Dark Goldenrod #A47F0C

Tints of Dark Goldenrod #A47F0C

RGB

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

 GREEN value IS 127 (50% from 255) = 41.91%

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

R = 54.13%
G = 41.91%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A47F0C (or 0xA47F0C) is known color: Dark Goldenrod. HEX triplet: A4, 7F and 0C. RGB value is (164,127,12). Sum of RGB (Red+Green+Blue) = 164+127+12=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 127 (50% from 255 or 41.91% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A47F0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A47F0C is #5B80F3. Grayscale: #7D7D7D. Windows color (decimal): -5996788 or 819108. OLE color: 819108.

HSL color Cylindrical-coordinate representation of color #A47F0C: hue angle of 45.39º 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 #A47F0C is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 127 12 -
CMYK 0 0.23 0.93 0.36
HSL 45.39º 0.86% 0.35% -
HSV(B) 45.39º 0.93% 0.64% -
XYZ 22.97 23.1 3.6 -
YUV 124.95 64.26 155.85 -
System Red Green Blue C M Y K H S L
Decimal 164 127 12 0 0.23 0.93 0.36 45.39 0.86 0.35
Hex A4 7F C 0 17 5D 24 2D 56 23
Octal 244 177 14 0 27 135 44 55 126 43
Binary 10100100 1111111 1100 0 10111 1011101 100100 101101 1010110 100011

Color Harmonies of #A47F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47F0C

Black with #A47F0C

Text Example


Text Example

White with #A47F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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