Html Css Color HEX #AB9610 Lucky

📋 copy color: '#AB9610'

red 171 ◦ green 150 ◦ blue 16

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

Shades of Lucky #AB9610

Tints of Lucky #AB9610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.75%

R = 50.74%
G = 44.51%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AB9610 (or 0xAB9610) is known color: Lucky. HEX triplet: AB, 96 and 10. RGB value is (171,150,16). Sum of RGB (Red+Green+Blue) = 171+150+16=337 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.74% from 337); Green value is 150 (58.98% from 255 or 44.51% from 337); Blue value is 16 (6.64% from 255 or 4.75% from 337); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9610 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AB9610 is #5469EF. Grayscale: #8D8D8D. Windows color (decimal): -5532144 or 1087147. OLE color: 1087147.

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

Color convert

RGB 171 150 16 -
CMYK 0 0.12 0.91 0.33
HSL 51.87º 0.83% 0.37% -
HSV(B) 51.87º 0.91% 0.67% -
XYZ 27.79 30.51 4.91 -
YUV 141 57.46 149.4 -
System Red Green Blue C M Y K H S L
Decimal 171 150 16 0 0.12 0.91 0.33 51.87 0.83 0.37
Hex AB 96 10 0 C 5B 21 34 53 25
Octal 253 226 20 0 14 133 41 64 123 45
Binary 10101011 10010110 10000 0 1100 1011011 100001 110100 1010011 100101

Color Harmonies of #AB9610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9610

Black with #AB9610

Text Example


Text Example

White with #AB9610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9610; }

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

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

background-color css

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

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

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

border-color css

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

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

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