Html Css Color HEX #ABA024 Lucky

📋 copy color: '#ABA024'

red 171 ◦ green 160 ◦ blue 36

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

Shades of Lucky #ABA024

Tints of Lucky #ABA024

RGB

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

 GREEN value IS 160 (62.89% from 255) = 43.6%

 BLUE value IS 36 (14.45% from 255) = 9.81%

R = 46.59%
G = 43.6%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.79

 K value IS 0.33

RGB Variations

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

Color information

#ABA024 (or 0xABA024) is known color: Lucky. HEX triplet: AB, A0 and 24. RGB value is (171,160,36). Sum of RGB (Red+Green+Blue) = 171+160+36=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 160 (62.89% from 255 or 43.60% from 367); Blue value is 36 (14.45% from 255 or 9.81% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA024 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA024 is #545FDB. Grayscale: #959595. Windows color (decimal): -5529564 or 2400427. OLE color: 2400427.

HSL color Cylindrical-coordinate representation of color #ABA024: hue angle of 55.11º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ABA024 is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 160 36 -
CMYK 0 0.06 0.79 0.33
HSL 55.11º 0.65% 0.41% -
HSV(B) 55.11º 0.79% 0.67% -
XYZ 29.68 33.93 6.65 -
YUV 149.15 64.14 143.58 -
System Red Green Blue C M Y K H S L
Decimal 171 160 36 0 0.06 0.79 0.33 55.11 0.65 0.41
Hex AB A0 24 0 6 4F 21 37 41 29
Octal 253 240 44 0 6 117 41 67 101 51
Binary 10101011 10100000 100100 0 110 1001111 100001 110111 1000001 101001

Color Harmonies of #ABA024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA024

Black with #ABA024

Text Example


Text Example

White with #ABA024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA024; }

 p { color: rgb(171,160,36); }

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

background-color css

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

 a { background-color: rgb(171,160,36); }

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

border-color css

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

 span { border-color: rgb(171,160,36); }

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