Html Css Color HEX #ABA314 Lucky

📋 copy color: '#ABA314'

red 171 ◦ green 163 ◦ blue 20

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

Shades of Lucky #ABA314

Tints of Lucky #ABA314

RGB

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

 GREEN value IS 163 (64.06% from 255) = 46.05%

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

R = 48.31%
G = 46.05%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.88

 K value IS 0.33

RGB Variations

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

Color information

#ABA314 (or 0xABA314) is known color: Lucky. HEX triplet: AB, A3 and 14. RGB value is (171,163,20). Sum of RGB (Red+Green+Blue) = 171+163+20=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 163 (64.06% from 255 or 46.05% from 354); Blue value is 20 (8.20% from 255 or 5.65% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA314 is #545CEB. Grayscale: #959595. Windows color (decimal): -5528812 or 1352619. OLE color: 1352619.

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

Color convert

RGB 171 163 20 -
CMYK 0 0.05 0.88 0.33
HSL 56.82º 0.79% 0.37% -
HSV(B) 56.82º 0.88% 0.67% -
XYZ 30.02 34.9 5.82 -
YUV 149.09 55.15 143.63 -
System Red Green Blue C M Y K H S L
Decimal 171 163 20 0 0.05 0.88 0.33 56.82 0.79 0.37
Hex AB A3 14 0 5 58 21 39 4F 25
Octal 253 243 24 0 5 130 41 71 117 45
Binary 10101011 10100011 10100 0 101 1011000 100001 111001 1001111 100101

Color Harmonies of #ABA314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA314

Black with #ABA314

Text Example


Text Example

White with #ABA314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA314; }

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

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

background-color css

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

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

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

border-color css

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

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

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