Html Css Color HEX #AC9242 Turmeric

📋 copy color: '#AC9242'

red 172 ◦ green 146 ◦ blue 66

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

Shades of Turmeric #AC9242

Tints of Turmeric #AC9242

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.02%

 BLUE value IS 66 (26.17% from 255) = 17.19%

R = 44.79%
G = 38.02%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC9242 (or 0xAC9242) is known color: Turmeric. HEX triplet: AC, 92 and 42. RGB value is (172,146,66). Sum of RGB (Red+Green+Blue) = 172+146+66=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 146 (57.42% from 255 or 38.02% from 384); Blue value is 66 (26.17% from 255 or 17.19% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9242 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9242 is #536DBD. Grayscale: #919191. Windows color (decimal): -5467582 or 4362924. OLE color: 4362924.

HSL color Cylindrical-coordinate representation of color #AC9242: hue angle of 45.28º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC9242 is Cyan = 0, Magento = 0.15, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 146 66 -
CMYK 0 0.15 0.62 0.33
HSL 45.28º 0.45% 0.47% -
HSV(B) 45.28º 0.62% 0.67% -
XYZ 28.28 29.72 9.4 -
YUV 144.65 83.61 147.5 -
System Red Green Blue C M Y K H S L
Decimal 172 146 66 0 0.15 0.62 0.33 45.28 0.45 0.47
Hex AC 92 42 0 F 3E 21 2D 2D 2F
Octal 254 222 102 0 17 76 41 55 55 57
Binary 10101100 10010010 1000010 0 1111 111110 100001 101101 101101 101111

Color Harmonies of #AC9242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9242

Black with #AC9242

Text Example


Text Example

White with #AC9242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9242; }

 p { color: rgb(172,146,66); }

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

background-color css

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

 a { background-color: rgb(172,146,66); }

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

border-color css

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

 span { border-color: rgb(172,146,66); }

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