Html Css Color HEX #AB9503 Dark Goldenrod

📋 copy color: '#AB9503'

red 171 ◦ green 149 ◦ blue 3

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

Shades of Dark Goldenrod #AB9503

Tints of Dark Goldenrod #AB9503

RGB

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

 GREEN value IS 149 (58.59% from 255) = 46.13%

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

R = 52.94%
G = 46.13%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AB9503 (or 0xAB9503) is known color: Dark Goldenrod. HEX triplet: AB, 95 and 03. RGB value is (171,149,3). Sum of RGB (Red+Green+Blue) = 171+149+3=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 149 (58.59% from 255 or 46.13% from 323); Blue value is 3 (1.56% from 255 or 0.93% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9503 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9503 is #546AFC. Grayscale: #8B8B8B. Windows color (decimal): -5532413 or 234923. OLE color: 234923.

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

Color convert

RGB 171 149 3 -
CMYK 0 0.13 0.98 0.33
HSL 52.14º 0.97% 0.34% -
HSV(B) 52.14º 0.98% 0.67% -
XYZ 27.56 30.16 4.46 -
YUV 138.93 51.29 150.87 -
System Red Green Blue C M Y K H S L
Decimal 171 149 3 0 0.13 0.98 0.33 52.14 0.97 0.34
Hex AB 95 3 0 D 62 21 34 61 22
Octal 253 225 3 0 15 142 41 64 141 42
Binary 10101011 10010101 11 0 1101 1100010 100001 110100 1100001 100010

Color Harmonies of #AB9503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9503

Black with #AB9503

Text Example


Text Example

White with #AB9503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9503; }

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

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

background-color css

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

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

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

border-color css

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

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

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