Html Css Color HEX #AB9600 Dark Goldenrod

📋 copy color: '#AB9600'

red 171 ◦ green 150 ◦ blue 0

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

Shades of Dark Goldenrod #AB9600

Tints of Dark Goldenrod #AB9600

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.73%

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

R = 53.27%
G = 46.73%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AB9600 (or 0xAB9600) is known color: Dark Goldenrod. HEX triplet: AB, 96 and 00. RGB value is (171,150,0). Sum of RGB (Red+Green+Blue) = 171+150+0=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 150 (58.98% from 255 or 46.73% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9600 is #5469FF. Grayscale: #8B8B8B. Windows color (decimal): -5532160 or 38571. OLE color: 38571.

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

Color convert

RGB 171 150 0 -
CMYK 0 0.12 1 0.33
HSL 52.63º 1% 0.34% -
HSV(B) 52.63º 1% 0.67% -
XYZ 27.7 30.47 4.42 -
YUV 139.18 49.46 150.7 -
System Red Green Blue C M Y K H S L
Decimal 171 150 0 0 0.12 1 0.33 52.63 1 0.34
Hex AB 96 0 0 C 64 21 35 64 22
Octal 253 226 0 0 14 144 41 65 144 42
Binary 10101011 10010110 0 0 1100 1100100 100001 110101 1100100 100010

Color Harmonies of #AB9600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9600

Black with #AB9600

Text Example


Text Example

White with #AB9600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9600; }

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

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

background-color css

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

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

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

border-color css

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

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

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