Html Css Color HEX #ABA423 Lucky

📋 copy color: '#ABA423'

red 171 ◦ green 164 ◦ blue 35

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

Shades of Lucky #ABA423

Tints of Lucky #ABA423

RGB

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

 GREEN value IS 164 (64.45% from 255) = 44.32%

 BLUE value IS 35 (14.06% from 255) = 9.46%

R = 46.22%
G = 44.32%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#ABA423 (or 0xABA423) is known color: Lucky. HEX triplet: AB, A4 and 23. RGB value is (171,164,35). Sum of RGB (Red+Green+Blue) = 171+164+35=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 164 (64.45% from 255 or 44.32% from 370); Blue value is 35 (14.06% from 255 or 9.46% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA423 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ABA423 is #545BDC. Grayscale: #979797. Windows color (decimal): -5528541 or 2335915. OLE color: 2335915.

HSL color Cylindrical-coordinate representation of color #ABA423: hue angle of 56.91º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ABA423 is Cyan = 0, Magento = 0.04, Yellow = 0.80 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 164 35 -
CMYK 0 0.04 0.80 0.33
HSL 56.91º 0.66% 0.4% -
HSV(B) 56.91º 0.8% 0.67% -
XYZ 30.37 35.33 6.81 -
YUV 151.39 62.32 141.99 -
System Red Green Blue C M Y K H S L
Decimal 171 164 35 0 0.04 0.80 0.33 56.91 0.66 0.4
Hex AB A4 23 0 4 50 21 39 42 28
Octal 253 244 43 0 4 120 41 71 102 50
Binary 10101011 10100100 100011 0 100 1010000 100001 111001 1000010 101000

Color Harmonies of #ABA423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA423

Black with #ABA423

Text Example


Text Example

White with #ABA423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA423; }

 p { color: rgb(171,164,35); }

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

background-color css

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

 a { background-color: rgb(171,164,35); }

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

border-color css

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

 span { border-color: rgb(171,164,35); }

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