Html Css Color HEX #AB8200 Dark Goldenrod

📋 copy color: '#AB8200'

red 171 ◦ green 130 ◦ blue 0

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

Shades of Dark Goldenrod #AB8200

Tints of Dark Goldenrod #AB8200

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.19%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 56.81%
G = 43.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AB8200 (or 0xAB8200) is known color: Dark Goldenrod. HEX triplet: AB, 82 and 00. RGB value is (171,130,0). Sum of RGB (Red+Green+Blue) = 171+130+0=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8200 is #547DFF. Grayscale: #808080. Windows color (decimal): -5537280 or 33451. OLE color: 33451.

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

Color convert

RGB 171 130 0 -
CMYK 0 0.24 1 0.33
HSL 45.61º 1% 0.34% -
HSV(B) 45.61º 1% 0.67% -
XYZ 24.78 24.62 3.45 -
YUV 127.44 56.08 159.07 -
System Red Green Blue C M Y K H S L
Decimal 171 130 0 0 0.24 1 0.33 45.61 1 0.34
Hex AB 82 0 0 18 64 21 2E 64 22
Octal 253 202 0 0 30 144 41 56 144 42
Binary 10101011 10000010 0 0 11000 1100100 100001 101110 1100100 100010

Color Harmonies of #AB8200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8200

Black with #AB8200

Text Example


Text Example

White with #AB8200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8200; }

 p { color: rgb(171,130,0); }

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

background-color css

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

 a { background-color: rgb(171,130,0); }

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

border-color css

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

 span { border-color: rgb(171,130,0); }

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