Html Css Color HEX #AC9B25 Lucky

📋 copy color: '#AC9B25'

red 172 ◦ green 155 ◦ blue 37

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

Shades of Lucky #AC9B25

Tints of Lucky #AC9B25

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.58%

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

R = 47.25%
G = 42.58%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC9B25 (or 0xAC9B25) is known color: Lucky. HEX triplet: AC, 9B and 25. RGB value is (172,155,37). Sum of RGB (Red+Green+Blue) = 172+155+37=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 37 (14.84% from 255 or 10.16% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9B25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9B25 is #5364DA. Grayscale: #939393. Windows color (decimal): -5465307 or 2464684. OLE color: 2464684.

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

Color convert

RGB 172 155 37 -
CMYK 0 0.10 0.78 0.33
HSL 52.44º 0.65% 0.41% -
HSV(B) 52.44º 0.78% 0.67% -
XYZ 29.07 32.35 6.46 -
YUV 146.63 66.13 146.09 -
System Red Green Blue C M Y K H S L
Decimal 172 155 37 0 0.10 0.78 0.33 52.44 0.65 0.41
Hex AC 9B 25 0 A 4E 21 34 41 29
Octal 254 233 45 0 12 116 41 64 101 51
Binary 10101100 10011011 100101 0 1010 1001110 100001 110100 1000001 101001

Color Harmonies of #AC9B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9B25

Black with #AC9B25

Text Example


Text Example

White with #AC9B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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