Html Css Color HEX #AB9602 Lucky

📋 copy color: '#AB9602'

red 171 ◦ green 150 ◦ blue 2

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

Shades of Lucky #AB9602

Tints of Lucky #AB9602

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.44%

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 52.94%
G = 46.44%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB9602 (or 0xAB9602) is known color: Lucky. HEX triplet: AB, 96 and 02. RGB value is (171,150,2). Sum of RGB (Red+Green+Blue) = 171+150+2=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 150 (58.98% from 255 or 46.44% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9602 is #5469FD. Grayscale: #8C8C8C. Windows color (decimal): -5532158 or 169643. OLE color: 169643.

HSL color Cylindrical-coordinate representation of color #AB9602: hue angle of 52.54º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB9602 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 150 2 -
CMYK 0 0.12 0.99 0.33
HSL 52.54º 0.98% 0.34% -
HSV(B) 52.54º 0.99% 0.67% -
XYZ 27.71 30.48 4.48 -
YUV 139.41 50.46 150.53 -
System Red Green Blue C M Y K H S L
Decimal 171 150 2 0 0.12 0.99 0.33 52.54 0.98 0.34
Hex AB 96 2 0 C 63 21 35 62 22
Octal 253 226 2 0 14 143 41 65 142 42
Binary 10101011 10010110 10 0 1100 1100011 100001 110101 1100010 100010

Color Harmonies of #AB9602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9602

Black with #AB9602

Text Example


Text Example

White with #AB9602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9602; }

 p { color: rgb(171,150,2); }

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

background-color css

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

 a { background-color: rgb(171,150,2); }

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

border-color css

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

 span { border-color: rgb(171,150,2); }

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