Html Css Color HEX #ABA208 Lucky

📋 copy color: '#ABA208'

red 171 ◦ green 162 ◦ blue 8

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

Shades of Lucky #ABA208

Tints of Lucky #ABA208

RGB

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

 GREEN value IS 162 (63.67% from 255) = 47.51%

 BLUE value IS 8 (3.52% from 255) = 2.35%

R = 50.15%
G = 47.51%
B = 2.35%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#ABA208 (or 0xABA208) is known color: Lucky. HEX triplet: AB, A2 and 08. RGB value is (171,162,8). Sum of RGB (Red+Green+Blue) = 171+162+8=341 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50.15% from 341); Green value is 162 (63.67% from 255 or 47.51% from 341); Blue value is 8 (3.52% from 255 or 2.35% from 341); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA208 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA208 is #545DF7. Grayscale: #939393. Windows color (decimal): -5529080 or 565931. OLE color: 565931.

HSL color Cylindrical-coordinate representation of color #ABA208: hue angle of 56.69º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ABA208 is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 162 8 -
CMYK 0 0.05 0.95 0.33
HSL 56.69º 0.91% 0.35% -
HSV(B) 56.69º 0.95% 0.67% -
XYZ 29.76 34.52 5.32 -
YUV 147.14 49.48 145.02 -
System Red Green Blue C M Y K H S L
Decimal 171 162 8 0 0.05 0.95 0.33 56.69 0.91 0.35
Hex AB A2 8 0 5 5F 21 39 5B 23
Octal 253 242 10 0 5 137 41 71 133 43
Binary 10101011 10100010 1000 0 101 1011111 100001 111001 1011011 100011

Color Harmonies of #ABA208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA208

Black with #ABA208

Text Example


Text Example

White with #ABA208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA208; }

 p { color: rgb(171,162,8); }

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

background-color css

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

 a { background-color: rgb(171,162,8); }

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

border-color css

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

 span { border-color: rgb(171,162,8); }

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