Html Css Color HEX #AC953F Turmeric

📋 copy color: '#AC953F'

red 172 ◦ green 149 ◦ blue 63

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

Shades of Turmeric #AC953F

Tints of Turmeric #AC953F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.41%

R = 44.79%
G = 38.8%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AC953F (or 0xAC953F) is known color: Turmeric. HEX triplet: AC, 95 and 3F. RGB value is (172,149,63). Sum of RGB (Red+Green+Blue) = 172+149+63=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 63 (25% from 255 or 16.41% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC953F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC953F is #536AC0. Grayscale: #929292. Windows color (decimal): -5466817 or 4167084. OLE color: 4167084.

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

Color convert

RGB 172 149 63 -
CMYK 0 0.13 0.63 0.33
HSL 47.34º 0.46% 0.46% -
HSV(B) 47.34º 0.63% 0.67% -
XYZ 28.66 30.62 9.1 -
YUV 146.07 81.12 146.49 -
System Red Green Blue C M Y K H S L
Decimal 172 149 63 0 0.13 0.63 0.33 47.34 0.46 0.46
Hex AC 95 3F 0 D 3F 21 2F 2E 2E
Octal 254 225 77 0 15 77 41 57 56 56
Binary 10101100 10010101 111111 0 1101 111111 100001 101111 101110 101110

Color Harmonies of #AC953F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC953F

Black with #AC953F

Text Example


Text Example

White with #AC953F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC953F; }

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

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

background-color css

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

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

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

border-color css

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

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

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