Html Css Color HEX #ACA80B Lucky

📋 copy color: '#ACA80B'

red 172 ◦ green 168 ◦ blue 11

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

Shades of Lucky #ACA80B

Tints of Lucky #ACA80B

RGB

 RED value IS 172 (67.58% from 255) = 49%

 GREEN value IS 168 (66.02% from 255) = 47.86%

 BLUE value IS 11 (4.69% from 255) = 3.13%

R = 49%
G = 47.86%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#ACA80B (or 0xACA80B) is known color: Lucky. HEX triplet: AC, A8 and 0B. RGB value is (172,168,11). Sum of RGB (Red+Green+Blue) = 172+168+11=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 168 (66.02% from 255 or 47.86% from 351); Blue value is 11 (4.69% from 255 or 3.13% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA80B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACA80B is #5357F4. Grayscale: #979797. Windows color (decimal): -5462005 or 764076. OLE color: 764076.

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

Color convert

RGB 172 168 11 -
CMYK 0 0.02 0.94 0.33
HSL 58.51º 0.88% 0.36% -
HSV(B) 58.51º 0.94% 0.67% -
XYZ 31.08 36.8 5.78 -
YUV 151.3 48.83 142.77 -
System Red Green Blue C M Y K H S L
Decimal 172 168 11 0 0.02 0.94 0.33 58.51 0.88 0.36
Hex AC A8 B 0 2 5E 21 3B 58 24
Octal 254 250 13 0 2 136 41 73 130 44
Binary 10101100 10101000 1011 0 10 1011110 100001 111011 1011000 100100

Color Harmonies of #ACA80B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA80B

Black with #ACA80B

Text Example


Text Example

White with #ACA80B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA80B; }

 p { color: rgb(172,168,11); }

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

background-color css

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

 a { background-color: rgb(172,168,11); }

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

border-color css

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

 span { border-color: rgb(172,168,11); }

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