Html Css Color HEX #AB800C Dark Goldenrod

📋 copy color: '#AB800C'

red 171 ◦ green 128 ◦ blue 12

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

Shades of Dark Goldenrod #AB800C

Tints of Dark Goldenrod #AB800C

RGB

 RED value IS 171 (67.19% from 255) = 54.98%

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

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

R = 54.98%
G = 41.16%
B = 3.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AB800C (or 0xAB800C) is known color: Dark Goldenrod. HEX triplet: AB, 80 and 0C. RGB value is (171,128,12). Sum of RGB (Red+Green+Blue) = 171+128+12=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 128 (50.39% from 255 or 41.16% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB800C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB800C is #547FF3. Grayscale: #808080. Windows color (decimal): -5537780 or 819371. OLE color: 819371.

HSL color Cylindrical-coordinate representation of color #AB800C: hue angle of 43.77º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB800C is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 128 12 -
CMYK 0 0.25 0.93 0.33
HSL 43.77º 0.87% 0.36% -
HSV(B) 43.77º 0.93% 0.67% -
XYZ 24.58 24.12 3.71 -
YUV 127.63 62.75 158.93 -
System Red Green Blue C M Y K H S L
Decimal 171 128 12 0 0.25 0.93 0.33 43.77 0.87 0.36
Hex AB 80 C 0 19 5D 21 2C 57 24
Octal 253 200 14 0 31 135 41 54 127 44
Binary 10101011 10000000 1100 0 11001 1011101 100001 101100 1010111 100100

Color Harmonies of #AB800C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB800C

Black with #AB800C

Text Example


Text Example

White with #AB800C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB800C; }

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

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

background-color css

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

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

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

border-color css

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

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

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