Html Css Color HEX #AB7000 Dark Goldenrod

📋 copy color: '#AB7000'

red 171 ◦ green 112 ◦ blue 0

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

Shades of Dark Goldenrod #AB7000

Tints of Dark Goldenrod #AB7000

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.58%

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

R = 60.42%
G = 39.58%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AB7000 (or 0xAB7000) is known color: Dark Goldenrod. HEX triplet: AB, 70 and 00. RGB value is (171,112,0). Sum of RGB (Red+Green+Blue) = 171+112+0=283 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.42% from 283); Green value is 112 (44.14% from 255 or 39.58% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AB7000 is #548FFF. Grayscale: #757575. Windows color (decimal): -5541888 or 28843. OLE color: 28843.

HSL color Cylindrical-coordinate representation of color #AB7000: hue angle of 39.3º 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 #AB7000 is Cyan = 0, Magento = 0.35, Yellow = 1 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 112 0 -
CMYK 0 0.35 1 0.33
HSL 39.3º 1% 0.34% -
HSV(B) 39.3º 1% 0.67% -
XYZ 22.59 20.25 2.72 -
YUV 116.87 62.05 166.61 -
System Red Green Blue C M Y K H S L
Decimal 171 112 0 0 0.35 1 0.33 39.3 1 0.34
Hex AB 70 0 0 23 64 21 27 64 22
Octal 253 160 0 0 43 144 41 47 144 42
Binary 10101011 1110000 0 0 100011 1100100 100001 100111 1100100 100010

Color Harmonies of #AB7000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7000

Black with #AB7000

Text Example


Text Example

White with #AB7000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7000; }

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

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

background-color css

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

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

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

border-color css

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

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

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