Html Css Color HEX #AC9625 Lucky

📋 copy color: '#AC9625'

red 172 ◦ green 150 ◦ blue 37

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

Shades of Lucky #AC9625

Tints of Lucky #AC9625

RGB

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

 GREEN value IS 150 (58.98% from 255) = 41.78%

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

R = 47.91%
G = 41.78%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC9625 (or 0xAC9625) is known color: Lucky. HEX triplet: AC, 96 and 25. RGB value is (172,150,37). Sum of RGB (Red+Green+Blue) = 172+150+37=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 150 (58.98% from 255 or 41.78% from 359); Blue value is 37 (14.84% from 255 or 10.31% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9625 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9625 is #5369DA. Grayscale: #909090. Windows color (decimal): -5466587 or 2463404. OLE color: 2463404.

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

Color convert

RGB 172 150 37 -
CMYK 0 0.13 0.78 0.33
HSL 50.22º 0.65% 0.41% -
HSV(B) 50.22º 0.78% 0.67% -
XYZ 28.25 30.72 6.19 -
YUV 143.7 67.79 148.19 -
System Red Green Blue C M Y K H S L
Decimal 172 150 37 0 0.13 0.78 0.33 50.22 0.65 0.41
Hex AC 96 25 0 D 4E 21 32 41 29
Octal 254 226 45 0 15 116 41 62 101 51
Binary 10101100 10010110 100101 0 1101 1001110 100001 110010 1000001 101001

Color Harmonies of #AC9625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9625

Black with #AC9625

Text Example


Text Example

White with #AC9625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9625; }

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

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

background-color css

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

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

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

border-color css

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

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

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