Html Css Color HEX #AC9A23 Lucky

📋 copy color: '#AC9A23'

red 172 ◦ green 154 ◦ blue 35

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

Shades of Lucky #AC9A23

Tints of Lucky #AC9A23

RGB

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

 GREEN value IS 154 (60.55% from 255) = 42.66%

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

R = 47.65%
G = 42.66%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AC9A23 (or 0xAC9A23) is known color: Lucky. HEX triplet: AC, 9A and 23. RGB value is (172,154,35). Sum of RGB (Red+Green+Blue) = 172+154+35=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 154 (60.55% from 255 or 42.66% from 361); Blue value is 35 (14.06% from 255 or 9.70% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9A23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9A23 is #5365DC. Grayscale: #929292. Windows color (decimal): -5465565 or 2333356. OLE color: 2333356.

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

Color convert

RGB 172 154 35 -
CMYK 0 0.10 0.80 0.33
HSL 52.12º 0.66% 0.41% -
HSV(B) 52.12º 0.8% 0.67% -
XYZ 28.87 32 6.25 -
YUV 145.82 65.46 146.68 -
System Red Green Blue C M Y K H S L
Decimal 172 154 35 0 0.10 0.80 0.33 52.12 0.66 0.41
Hex AC 9A 23 0 A 50 21 34 42 29
Octal 254 232 43 0 12 120 41 64 102 51
Binary 10101100 10011010 100011 0 1010 1010000 100001 110100 1000010 101001

Color Harmonies of #AC9A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9A23

Black with #AC9A23

Text Example


Text Example

White with #AC9A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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