Html Css Color HEX #AB8D03 Dark Goldenrod

📋 copy color: '#AB8D03'

red 171 ◦ green 141 ◦ blue 3

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

Shades of Dark Goldenrod #AB8D03

Tints of Dark Goldenrod #AB8D03

RGB

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

 GREEN value IS 141 (55.47% from 255) = 44.76%

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

R = 54.29%
G = 44.76%
B = 0.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AB8D03 (or 0xAB8D03) is known color: Dark Goldenrod. HEX triplet: AB, 8D and 03. RGB value is (171,141,3). Sum of RGB (Red+Green+Blue) = 171+141+3=315 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.29% from 315); Green value is 141 (55.47% from 255 or 44.76% from 315); Blue value is 3 (1.56% from 255 or 0.95% from 315); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8D03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB8D03 is #5472FC. Grayscale: #868686. Windows color (decimal): -5534461 or 232875. OLE color: 232875.

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

Color convert

RGB 171 141 3 -
CMYK 0 0.18 0.98 0.33
HSL 49.29º 0.97% 0.34% -
HSV(B) 49.29º 0.98% 0.67% -
XYZ 26.34 27.71 4.05 -
YUV 134.24 53.94 154.22 -
System Red Green Blue C M Y K H S L
Decimal 171 141 3 0 0.18 0.98 0.33 49.29 0.97 0.34
Hex AB 8D 3 0 12 62 21 31 61 22
Octal 253 215 3 0 22 142 41 61 141 42
Binary 10101011 10001101 11 0 10010 1100010 100001 110001 1100001 100010

Color Harmonies of #AB8D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8D03

Black with #AB8D03

Text Example


Text Example

White with #AB8D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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