Html Css Color HEX #AB9506 Lucky

📋 copy color: '#AB9506'

red 171 ◦ green 149 ◦ blue 6

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

Shades of Lucky #AB9506

Tints of Lucky #AB9506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.84%

R = 52.45%
G = 45.71%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.96

 K value IS 0.33

RGB Variations

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

Color information

#AB9506 (or 0xAB9506) is known color: Lucky. HEX triplet: AB, 95 and 06. RGB value is (171,149,6). Sum of RGB (Red+Green+Blue) = 171+149+6=326 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.45% from 326); Green value is 149 (58.59% from 255 or 45.71% from 326); Blue value is 6 (2.73% from 255 or 1.84% from 326); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9506 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9506 is #546AF9. Grayscale: #8B8B8B. Windows color (decimal): -5532410 or 431531. OLE color: 431531.

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

Color convert

RGB 171 149 6 -
CMYK 0 0.13 0.96 0.33
HSL 52º 0.93% 0.35% -
HSV(B) 52º 0.96% 0.67% -
XYZ 27.57 30.17 4.54 -
YUV 139.28 52.79 150.63 -
System Red Green Blue C M Y K H S L
Decimal 171 149 6 0 0.13 0.96 0.33 52 0.93 0.35
Hex AB 95 6 0 D 60 21 34 5D 23
Octal 253 225 6 0 15 140 41 64 135 43
Binary 10101011 10010101 110 0 1101 1100000 100001 110100 1011101 100011

Color Harmonies of #AB9506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9506

Black with #AB9506

Text Example


Text Example

White with #AB9506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9506; }

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

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

background-color css

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

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

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

border-color css

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

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

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