Html Css Color HEX #AB8803 Dark Goldenrod

📋 copy color: '#AB8803'

red 171 ◦ green 136 ◦ blue 3

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

Shades of Dark Goldenrod #AB8803

Tints of Dark Goldenrod #AB8803

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.87%

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

R = 55.16%
G = 43.87%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AB8803 (or 0xAB8803) is known color: Dark Goldenrod. HEX triplet: AB, 88 and 03. RGB value is (171,136,3). Sum of RGB (Red+Green+Blue) = 171+136+3=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 3 (1.56% from 255 or 0.97% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8803 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8803 is #5477FC. Grayscale: #838383. Windows color (decimal): -5535741 or 231595. OLE color: 231595.

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

Color convert

RGB 171 136 3 -
CMYK 0 0.20 0.98 0.33
HSL 47.5º 0.97% 0.34% -
HSV(B) 47.5º 0.98% 0.67% -
XYZ 25.62 26.27 3.81 -
YUV 131.3 55.6 156.31 -
System Red Green Blue C M Y K H S L
Decimal 171 136 3 0 0.20 0.98 0.33 47.5 0.97 0.34
Hex AB 88 3 0 14 62 21 30 61 22
Octal 253 210 3 0 24 142 41 60 141 42
Binary 10101011 10001000 11 0 10100 1100010 100001 110000 1100001 100010

Color Harmonies of #AB8803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8803

Black with #AB8803

Text Example


Text Example

White with #AB8803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8803; }

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

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

background-color css

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

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

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

border-color css

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

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

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