Html Css Color HEX #AB8203 Dark Goldenrod

📋 copy color: '#AB8203'

red 171 ◦ green 130 ◦ blue 3

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

Shades of Dark Goldenrod #AB8203

Tints of Dark Goldenrod #AB8203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.99%

R = 56.25%
G = 42.76%
B = 0.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AB8203 (or 0xAB8203) is known color: Dark Goldenrod. HEX triplet: AB, 82 and 03. RGB value is (171,130,3). Sum of RGB (Red+Green+Blue) = 171+130+3=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 3 (1.56% from 255 or 0.99% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8203 is #547DFC. Grayscale: #808080. Windows color (decimal): -5537277 or 230059. OLE color: 230059.

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

Color convert

RGB 171 130 3 -
CMYK 0 0.24 0.98 0.33
HSL 45.36º 0.97% 0.34% -
HSV(B) 45.36º 0.98% 0.67% -
XYZ 24.79 24.63 3.53 -
YUV 127.78 57.58 158.83 -
System Red Green Blue C M Y K H S L
Decimal 171 130 3 0 0.24 0.98 0.33 45.36 0.97 0.34
Hex AB 82 3 0 18 62 21 2D 61 22
Octal 253 202 3 0 30 142 41 55 141 42
Binary 10101011 10000010 11 0 11000 1100010 100001 101101 1100001 100010

Color Harmonies of #AB8203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8203

Black with #AB8203

Text Example


Text Example

White with #AB8203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8203; }

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

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

background-color css

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

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

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

border-color css

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

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

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