Html Css Color HEX #AC9825 Lucky

📋 copy color: '#AC9825'

red 172 ◦ green 152 ◦ blue 37

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

Shades of Lucky #AC9825

Tints of Lucky #AC9825

RGB

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

 GREEN value IS 152 (59.77% from 255) = 42.11%

 BLUE value IS 37 (14.84% from 255) = 10.25%

R = 47.65%
G = 42.11%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC9825 (or 0xAC9825) is known color: Lucky. HEX triplet: AC, 98 and 25. RGB value is (172,152,37). Sum of RGB (Red+Green+Blue) = 172+152+37=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 152 (59.77% from 255 or 42.11% from 361); Blue value is 37 (14.84% from 255 or 10.25% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9825 is #5367DA. Grayscale: #919191. Windows color (decimal): -5466075 or 2463916. OLE color: 2463916.

HSL color Cylindrical-coordinate representation of color #AC9825: hue angle of 51.11º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC9825 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 152 37 -
CMYK 0 0.12 0.78 0.33
HSL 51.11º 0.65% 0.41% -
HSV(B) 51.11º 0.78% 0.67% -
XYZ 28.58 31.36 6.3 -
YUV 144.87 67.13 147.35 -
System Red Green Blue C M Y K H S L
Decimal 172 152 37 0 0.12 0.78 0.33 51.11 0.65 0.41
Hex AC 98 25 0 C 4E 21 33 41 29
Octal 254 230 45 0 14 116 41 63 101 51
Binary 10101100 10011000 100101 0 1100 1001110 100001 110011 1000001 101001

Color Harmonies of #AC9825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9825

Black with #AC9825

Text Example


Text Example

White with #AC9825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9825; }

 p { color: rgb(172,152,37); }

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

background-color css

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

 a { background-color: rgb(172,152,37); }

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

border-color css

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

 span { border-color: rgb(172,152,37); }

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