Html Css Color HEX #AB8301 Dark Goldenrod

📋 copy color: '#AB8301'

red 171 ◦ green 131 ◦ blue 1

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

Shades of Dark Goldenrod #AB8301

Tints of Dark Goldenrod #AB8301

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.23%

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

R = 56.44%
G = 43.23%
B = 0.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB8301 (or 0xAB8301) is known color: Dark Goldenrod. HEX triplet: AB, 83 and 01. RGB value is (171,131,1). Sum of RGB (Red+Green+Blue) = 171+131+1=303 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.44% from 303); Green value is 131 (51.56% from 255 or 43.23% from 303); Blue value is 1 (0.78% from 255 or 0.33% from 303); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8301 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8301 is #547CFE. Grayscale: #808080. Windows color (decimal): -5537023 or 99243. OLE color: 99243.

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

Color convert

RGB 171 131 1 -
CMYK 0 0.23 0.99 0.33
HSL 45.88º 0.99% 0.34% -
HSV(B) 45.88º 0.99% 0.67% -
XYZ 24.92 24.89 3.52 -
YUV 128.14 56.25 158.57 -
System Red Green Blue C M Y K H S L
Decimal 171 131 1 0 0.23 0.99 0.33 45.88 0.99 0.34
Hex AB 83 1 0 17 63 21 2E 63 22
Octal 253 203 1 0 27 143 41 56 143 42
Binary 10101011 10000011 1 0 10111 1100011 100001 101110 1100011 100010

Color Harmonies of #AB8301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8301

Black with #AB8301

Text Example


Text Example

White with #AB8301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8301; }

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

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

background-color css

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

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

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

border-color css

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

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

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