Html Css Color HEX #AB9205 Dark Goldenrod

📋 copy color: '#AB9205'

red 171 ◦ green 146 ◦ blue 5

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

Shades of Dark Goldenrod #AB9205

Tints of Dark Goldenrod #AB9205

RGB

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

 GREEN value IS 146 (57.42% from 255) = 45.34%

 BLUE value IS 5 (2.34% from 255) = 1.55%

R = 53.11%
G = 45.34%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.33

RGB Variations

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

Color information

#AB9205 (or 0xAB9205) is known color: Dark Goldenrod. HEX triplet: AB, 92 and 05. RGB value is (171,146,5). Sum of RGB (Red+Green+Blue) = 171+146+5=322 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.11% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 5 (2.34% from 255 or 1.55% from 322); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9205 is #546DFA. Grayscale: #898989. Windows color (decimal): -5533179 or 365227. OLE color: 365227.

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

Color convert

RGB 171 146 5 -
CMYK 0 0.15 0.97 0.33
HSL 50.96º 0.94% 0.35% -
HSV(B) 50.96º 0.97% 0.67% -
XYZ 27.1 29.23 4.36 -
YUV 137.4 53.28 151.96 -
System Red Green Blue C M Y K H S L
Decimal 171 146 5 0 0.15 0.97 0.33 50.96 0.94 0.35
Hex AB 92 5 0 F 61 21 33 5E 23
Octal 253 222 5 0 17 141 41 63 136 43
Binary 10101011 10010010 101 0 1111 1100001 100001 110011 1011110 100011

Color Harmonies of #AB9205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9205

Black with #AB9205

Text Example


Text Example

White with #AB9205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9205; }

 p { color: rgb(171,146,5); }

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

background-color css

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

 a { background-color: rgb(171,146,5); }

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

border-color css

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

 span { border-color: rgb(171,146,5); }

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