Html Css Color HEX #AC9523 Lucky

📋 copy color: '#AC9523'

red 172 ◦ green 149 ◦ blue 35

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

Shades of Lucky #AC9523

Tints of Lucky #AC9523

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.85%

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

R = 48.31%
G = 41.85%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AC9523 (or 0xAC9523) is known color: Lucky. HEX triplet: AC, 95 and 23. RGB value is (172,149,35). Sum of RGB (Red+Green+Blue) = 172+149+35=356 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.31% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 35 (14.06% from 255 or 9.83% from 356); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9523 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9523 is #536ADC. Grayscale: #8F8F8F. Windows color (decimal): -5466845 or 2332076. OLE color: 2332076.

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

Color convert

RGB 172 149 35 -
CMYK 0 0.13 0.80 0.33
HSL 49.93º 0.66% 0.41% -
HSV(B) 49.93º 0.8% 0.67% -
XYZ 28.06 30.39 5.98 -
YUV 142.88 67.12 148.77 -
System Red Green Blue C M Y K H S L
Decimal 172 149 35 0 0.13 0.80 0.33 49.93 0.66 0.41
Hex AC 95 23 0 D 50 21 32 42 29
Octal 254 225 43 0 15 120 41 62 102 51
Binary 10101100 10010101 100011 0 1101 1010000 100001 110010 1000010 101001

Color Harmonies of #AC9523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9523

Black with #AC9523

Text Example


Text Example

White with #AC9523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9523; }

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

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

background-color css

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

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

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

border-color css

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

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

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