Html Css Color HEX #ACA31E Lucky

📋 copy color: '#ACA31E'

red 172 ◦ green 163 ◦ blue 30

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

Shades of Lucky #ACA31E

Tints of Lucky #ACA31E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.22%

R = 47.12%
G = 44.66%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#ACA31E (or 0xACA31E) is known color: Lucky. HEX triplet: AC, A3 and 1E. RGB value is (172,163,30). Sum of RGB (Red+Green+Blue) = 172+163+30=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 30 (12.11% from 255 or 8.22% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA31E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA31E is #535CE1. Grayscale: #979797. Windows color (decimal): -5463266 or 2007980. OLE color: 2007980.

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

Color convert

RGB 172 163 30 -
CMYK 0 0.05 0.83 0.33
HSL 56.2º 0.7% 0.4% -
HSV(B) 56.2º 0.83% 0.67% -
XYZ 30.34 35.06 6.4 -
YUV 150.53 59.98 143.31 -
System Red Green Blue C M Y K H S L
Decimal 172 163 30 0 0.05 0.83 0.33 56.2 0.7 0.4
Hex AC A3 1E 0 5 53 21 38 46 28
Octal 254 243 36 0 5 123 41 70 106 50
Binary 10101100 10100011 11110 0 101 1010011 100001 111000 1000110 101000

Color Harmonies of #ACA31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA31E

Black with #ACA31E

Text Example


Text Example

White with #ACA31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA31E; }

 p { color: rgb(172,163,30); }

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

background-color css

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

 a { background-color: rgb(172,163,30); }

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

border-color css

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

 span { border-color: rgb(172,163,30); }

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