Html Css Color HEX #ABA308 Lucky

📋 copy color: '#ABA308'

red 171 ◦ green 163 ◦ blue 8

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

Shades of Lucky #ABA308

Tints of Lucky #ABA308

RGB

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

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

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

R = 50%
G = 47.66%
B = 2.34%

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

#ABA308 (or 0xABA308) is known color: Lucky. HEX triplet: AB, A3 and 08. RGB value is (171,163,8). Sum of RGB (Red+Green+Blue) = 171+163+8=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 163 (64.06% from 255 or 47.66% from 342); Blue value is 8 (3.52% from 255 or 2.34% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA308 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABA308 is #545CF7. Grayscale: #949494. Windows color (decimal): -5528824 or 566187. OLE color: 566187.

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

Color convert

RGB 171 163 8 -
CMYK 0 0.05 0.95 0.33
HSL 57.06º 0.91% 0.35% -
HSV(B) 57.06º 0.95% 0.67% -
XYZ 29.94 34.87 5.38 -
YUV 147.72 49.15 144.6 -
System Red Green Blue C M Y K H S L
Decimal 171 163 8 0 0.05 0.95 0.33 57.06 0.91 0.35
Hex AB A3 8 0 5 5F 21 39 5B 23
Octal 253 243 10 0 5 137 41 71 133 43
Binary 10101011 10100011 1000 0 101 1011111 100001 111001 1011011 100011

Color Harmonies of #ABA308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABA308

Black with #ABA308

Text Example


Text Example

White with #ABA308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABA308; }

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

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

background-color css

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

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

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

border-color css

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

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

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