Html Css Color HEX #A4800C Dark Goldenrod

📋 copy color: '#A4800C'

red 164 ◦ green 128 ◦ blue 12

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

Shades of Dark Goldenrod #A4800C

Tints of Dark Goldenrod #A4800C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.11%

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

R = 53.95%
G = 42.11%
B = 3.95%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A4800C (or 0xA4800C) is known color: Dark Goldenrod. HEX triplet: A4, 80 and 0C. RGB value is (164,128,12). Sum of RGB (Red+Green+Blue) = 164+128+12=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 128 (50.39% from 255 or 42.11% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A4800C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4800C is #5B7FF3. Grayscale: #7E7E7E. Windows color (decimal): -5996532 or 819364. OLE color: 819364.

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

Color convert

RGB 164 128 12 -
CMYK 0 0.22 0.93 0.36
HSL 45.79º 0.86% 0.35% -
HSV(B) 45.79º 0.93% 0.64% -
XYZ 23.1 23.36 3.64 -
YUV 125.54 63.93 155.43 -
System Red Green Blue C M Y K H S L
Decimal 164 128 12 0 0.22 0.93 0.36 45.79 0.86 0.35
Hex A4 80 C 0 16 5D 24 2E 56 23
Octal 244 200 14 0 26 135 44 56 126 43
Binary 10100100 10000000 1100 0 10110 1011101 100100 101110 1010110 100011

Color Harmonies of #A4800C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4800C

Black with #A4800C

Text Example


Text Example

White with #A4800C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4800C; }

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

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

background-color css

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

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

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

border-color css

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

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

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