Html Css Color HEX #AB8C01 Dark Goldenrod

📋 copy color: '#AB8C01'

red 171 ◦ green 140 ◦ blue 1

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

Shades of Dark Goldenrod #AB8C01

Tints of Dark Goldenrod #AB8C01

RGB

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

 GREEN value IS 140 (55.08% from 255) = 44.87%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 54.81%
G = 44.87%
B = 0.32%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB8C01 (or 0xAB8C01) is known color: Dark Goldenrod. HEX triplet: AB, 8C and 01. RGB value is (171,140,1). Sum of RGB (Red+Green+Blue) = 171+140+1=312 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.81% from 312); Green value is 140 (55.08% from 255 or 44.87% from 312); Blue value is 1 (0.78% from 255 or 0.32% from 312); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8C01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8C01 is #5473FE. Grayscale: #868686. Windows color (decimal): -5534719 or 101547. OLE color: 101547.

HSL color Cylindrical-coordinate representation of color #AB8C01: hue angle of 49.06º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB8C01 is Cyan = 0, Magento = 0.18, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 140 1 -
CMYK 0 0.18 0.99 0.33
HSL 49.06º 0.99% 0.34% -
HSV(B) 49.06º 0.99% 0.67% -
XYZ 26.18 27.42 3.94 -
YUV 133.42 53.27 154.8 -
System Red Green Blue C M Y K H S L
Decimal 171 140 1 0 0.18 0.99 0.33 49.06 0.99 0.34
Hex AB 8C 1 0 12 63 21 31 63 22
Octal 253 214 1 0 22 143 41 61 143 42
Binary 10101011 10001100 1 0 10010 1100011 100001 110001 1100011 100010

Color Harmonies of #AB8C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8C01

Black with #AB8C01

Text Example


Text Example

White with #AB8C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8C01; }

 p { color: rgb(171,140,1); }

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

background-color css

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

 a { background-color: rgb(171,140,1); }

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

border-color css

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

 span { border-color: rgb(171,140,1); }

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