Html Css Color HEX #ABA114 Lucky

📋 copy color: '#ABA114'

red 171 ◦ green 161 ◦ blue 20

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

Shades of Lucky #ABA114

Tints of Lucky #ABA114

RGB

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

 GREEN value IS 161 (63.28% from 255) = 45.74%

 BLUE value IS 20 (8.2% from 255) = 5.68%

R = 48.58%
G = 45.74%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#ABA114 (or 0xABA114) is known color: Lucky. HEX triplet: AB, A1 and 14. RGB value is (171,161,20). Sum of RGB (Red+Green+Blue) = 171+161+20=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 161 (63.28% from 255 or 45.74% from 352); Blue value is 20 (8.20% from 255 or 5.68% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA114 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA114 is #545EEB. Grayscale: #949494. Windows color (decimal): -5529324 or 1352107. OLE color: 1352107.

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

Color convert

RGB 171 161 20 -
CMYK 0 0.06 0.88 0.33
HSL 56.03º 0.79% 0.37% -
HSV(B) 56.03º 0.88% 0.67% -
XYZ 29.67 34.2 5.7 -
YUV 147.92 55.81 144.46 -
System Red Green Blue C M Y K H S L
Decimal 171 161 20 0 0.06 0.88 0.33 56.03 0.79 0.37
Hex AB A1 14 0 6 58 21 38 4F 25
Octal 253 241 24 0 6 130 41 70 117 45
Binary 10101011 10100001 10100 0 110 1011000 100001 111000 1001111 100101

Color Harmonies of #ABA114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA114

Black with #ABA114

Text Example


Text Example

White with #ABA114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA114; }

 p { color: rgb(171,161,20); }

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

background-color css

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

 a { background-color: rgb(171,161,20); }

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

border-color css

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

 span { border-color: rgb(171,161,20); }

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