Html Css Color HEX #ABA715 Lucky

📋 copy color: '#ABA715'

red 171 ◦ green 167 ◦ blue 21

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

Shades of Lucky #ABA715

Tints of Lucky #ABA715

RGB

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

 GREEN value IS 167 (65.63% from 255) = 46.52%

 BLUE value IS 21 (8.59% from 255) = 5.85%

R = 47.63%
G = 46.52%
B = 5.85%

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

#ABA715 (or 0xABA715) is known color: Lucky. HEX triplet: AB, A7 and 15. RGB value is (171,167,21). Sum of RGB (Red+Green+Blue) = 171+167+21=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 167 (65.62% from 255 or 46.52% from 359); Blue value is 21 (8.59% from 255 or 5.85% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA715 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA715 is #5458EA. Grayscale: #989898. Windows color (decimal): -5527787 or 1419179. OLE color: 1419179.

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

Color convert

RGB 171 167 21 -
CMYK 0 0.02 0.88 0.33
HSL 58.4º 0.78% 0.38% -
HSV(B) 58.4º 0.88% 0.67% -
XYZ 30.75 36.35 6.1 -
YUV 151.55 54.33 141.87 -
System Red Green Blue C M Y K H S L
Decimal 171 167 21 0 0.02 0.88 0.33 58.4 0.78 0.38
Hex AB A7 15 0 2 58 21 3A 4E 26
Octal 253 247 25 0 2 130 41 72 116 46
Binary 10101011 10100111 10101 0 10 1011000 100001 111010 1001110 100110

Color Harmonies of #ABA715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA715

Black with #ABA715

Text Example


Text Example

White with #ABA715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA715; }

 p { color: rgb(171,167,21); }

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

background-color css

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

 a { background-color: rgb(171,167,21); }

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

border-color css

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

 span { border-color: rgb(171,167,21); }

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