Html Css Color HEX #ABA814 Lucky

📋 copy color: '#ABA814'

red 171 ◦ green 168 ◦ blue 20

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

Shades of Lucky #ABA814

Tints of Lucky #ABA814

RGB

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

 GREEN value IS 168 (66.02% from 255) = 46.8%

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

R = 47.63%
G = 46.8%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#ABA814 (or 0xABA814) is known color: Lucky. HEX triplet: AB, A8 and 14. RGB value is (171,168,20). Sum of RGB (Red+Green+Blue) = 171+168+20=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 168 (66.02% from 255 or 46.80% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA814 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA814 is #5457EB. Grayscale: #989898. Windows color (decimal): -5527532 or 1353899. OLE color: 1353899.

HSL color Cylindrical-coordinate representation of color #ABA814: hue angle of 58.81º 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 #ABA814 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 168 20 -
CMYK 0 0.02 0.88 0.33
HSL 58.81º 0.79% 0.37% -
HSV(B) 58.81º 0.88% 0.67% -
XYZ 30.92 36.71 6.12 -
YUV 152.03 53.49 141.53 -
System Red Green Blue C M Y K H S L
Decimal 171 168 20 0 0.02 0.88 0.33 58.81 0.79 0.37
Hex AB A8 14 0 2 58 21 3B 4F 25
Octal 253 250 24 0 2 130 41 73 117 45
Binary 10101011 10101000 10100 0 10 1011000 100001 111011 1001111 100101

Color Harmonies of #ABA814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA814

Black with #ABA814

Text Example


Text Example

White with #ABA814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA814; }

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

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

background-color css

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

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

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

border-color css

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

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

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