Html Css Color HEX #AC953D Turmeric

📋 copy color: '#AC953D'

red 172 ◦ green 149 ◦ blue 61

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

Shades of Turmeric #AC953D

Tints of Turmeric #AC953D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.97%

R = 45.03%
G = 39.01%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC953D (or 0xAC953D) is known color: Turmeric. HEX triplet: AC, 95 and 3D. RGB value is (172,149,61). Sum of RGB (Red+Green+Blue) = 172+149+61=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC953D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC953D is #536AC2. Grayscale: #929292. Windows color (decimal): -5466819 or 4036012. OLE color: 4036012.

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

Color convert

RGB 172 149 61 -
CMYK 0 0.13 0.65 0.33
HSL 47.57º 0.48% 0.46% -
HSV(B) 47.57º 0.65% 0.67% -
XYZ 28.6 30.6 8.81 -
YUV 145.85 80.12 146.66 -
System Red Green Blue C M Y K H S L
Decimal 172 149 61 0 0.13 0.65 0.33 47.57 0.48 0.46
Hex AC 95 3D 0 D 41 21 30 30 2E
Octal 254 225 75 0 15 101 41 60 60 56
Binary 10101100 10010101 111101 0 1101 1000001 100001 110000 110000 101110

Color Harmonies of #AC953D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC953D

Black with #AC953D

Text Example


Text Example

White with #AC953D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC953D; }

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

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

background-color css

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

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

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

border-color css

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

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

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