Html Css Color HEX #ABA027 Lucky

📋 copy color: '#ABA027'

red 171 ◦ green 160 ◦ blue 39

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

Shades of Lucky #ABA027

Tints of Lucky #ABA027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.54%

R = 46.22%
G = 43.24%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#ABA027 (or 0xABA027) is known color: Lucky. HEX triplet: AB, A0 and 27. RGB value is (171,160,39). Sum of RGB (Red+Green+Blue) = 171+160+39=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 160 (62.89% from 255 or 43.24% from 370); Blue value is 39 (15.62% from 255 or 10.54% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA027 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA027 is #545FD8. Grayscale: #959595. Windows color (decimal): -5529561 or 2597035. OLE color: 2597035.

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

Color convert

RGB 171 160 39 -
CMYK 0 0.06 0.77 0.33
HSL 55º 0.63% 0.41% -
HSV(B) 55º 0.77% 0.67% -
XYZ 29.73 33.95 6.9 -
YUV 149.5 65.64 143.34 -
System Red Green Blue C M Y K H S L
Decimal 171 160 39 0 0.06 0.77 0.33 55 0.63 0.41
Hex AB A0 27 0 6 4D 21 37 3F 29
Octal 253 240 47 0 6 115 41 67 77 51
Binary 10101011 10100000 100111 0 110 1001101 100001 110111 111111 101001

Color Harmonies of #ABA027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA027

Black with #ABA027

Text Example


Text Example

White with #ABA027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA027; }

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

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

background-color css

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

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

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

border-color css

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

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

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