Html Css Color HEX #AB8002 Dark Goldenrod

📋 copy color: '#AB8002'

red 171 ◦ green 128 ◦ blue 2

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

Shades of Dark Goldenrod #AB8002

Tints of Dark Goldenrod #AB8002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 56.81%
G = 42.52%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB8002 (or 0xAB8002) is known color: Dark Goldenrod. HEX triplet: AB, 80 and 02. RGB value is (171,128,2). Sum of RGB (Red+Green+Blue) = 171+128+2=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8002 is #547FFD. Grayscale: #7F7F7F. Windows color (decimal): -5537790 or 164011. OLE color: 164011.

HSL color Cylindrical-coordinate representation of color #AB8002: hue angle of 44.73º degrees, saturation: 0.98, 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 #AB8002 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 128 2 -
CMYK 0 0.25 0.99 0.33
HSL 44.73º 0.98% 0.34% -
HSV(B) 44.73º 0.99% 0.67% -
XYZ 24.52 24.1 3.42 -
YUV 126.49 57.75 159.75 -
System Red Green Blue C M Y K H S L
Decimal 171 128 2 0 0.25 0.99 0.33 44.73 0.98 0.34
Hex AB 80 2 0 19 63 21 2D 62 22
Octal 253 200 2 0 31 143 41 55 142 42
Binary 10101011 10000000 10 0 11001 1100011 100001 101101 1100010 100010

Color Harmonies of #AB8002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8002

Black with #AB8002

Text Example


Text Example

White with #AB8002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8002; }

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

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

background-color css

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

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

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

border-color css

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

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

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