Html Css Color HEX #ACA223 Lucky

📋 copy color: '#ACA223'

red 172 ◦ green 162 ◦ blue 35

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

Shades of Lucky #ACA223

Tints of Lucky #ACA223

RGB

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

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

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

R = 46.61%
G = 43.9%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#ACA223 (or 0xACA223) is known color: Lucky. HEX triplet: AC, A2 and 23. RGB value is (172,162,35). Sum of RGB (Red+Green+Blue) = 172+162+35=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 35 (14.06% from 255 or 9.49% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACA223 is #535DDC. Grayscale: #979797. Windows color (decimal): -5463517 or 2335404. OLE color: 2335404.

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

Color convert

RGB 172 162 35 -
CMYK 0 0.06 0.80 0.33
HSL 55.62º 0.66% 0.41% -
HSV(B) 55.62º 0.8% 0.67% -
XYZ 30.24 34.73 6.7 -
YUV 150.51 62.81 143.33 -
System Red Green Blue C M Y K H S L
Decimal 172 162 35 0 0.06 0.80 0.33 55.62 0.66 0.41
Hex AC A2 23 0 6 50 21 38 42 29
Octal 254 242 43 0 6 120 41 70 102 51
Binary 10101100 10100010 100011 0 110 1010000 100001 111000 1000010 101001

Color Harmonies of #ACA223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA223

Black with #ACA223

Text Example


Text Example

White with #ACA223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA223; }

 p { color: rgb(172,162,35); }

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

background-color css

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

 a { background-color: rgb(172,162,35); }

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

border-color css

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

 span { border-color: rgb(172,162,35); }

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