Html Css Color HEX #AC963F Turmeric

📋 copy color: '#AC963F'

red 172 ◦ green 150 ◦ blue 63

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

Shades of Turmeric #AC963F

Tints of Turmeric #AC963F

RGB

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

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

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

R = 44.68%
G = 38.96%
B = 16.36%

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

#AC963F (or 0xAC963F) is known color: Turmeric. HEX triplet: AC, 96 and 3F. RGB value is (172,150,63). Sum of RGB (Red+Green+Blue) = 172+150+63=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC963F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC963F is #5369C0. Grayscale: #939393. Windows color (decimal): -5466561 or 4167340. OLE color: 4167340.

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

Color convert

RGB 172 150 63 -
CMYK 0 0.13 0.63 0.33
HSL 47.89º 0.46% 0.46% -
HSV(B) 47.89º 0.63% 0.67% -
XYZ 28.82 30.94 9.16 -
YUV 146.66 80.79 146.07 -
System Red Green Blue C M Y K H S L
Decimal 172 150 63 0 0.13 0.63 0.33 47.89 0.46 0.46
Hex AC 96 3F 0 D 3F 21 30 2E 2E
Octal 254 226 77 0 15 77 41 60 56 56
Binary 10101100 10010110 111111 0 1101 111111 100001 110000 101110 101110

Color Harmonies of #AC963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC963F

Black with #AC963F

Text Example


Text Example

White with #AC963F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC963F; }

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

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

background-color css

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

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

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

border-color css

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

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

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