Html Css Color HEX #AC963B Turmeric

📋 copy color: '#AC963B'

red 172 ◦ green 150 ◦ blue 59

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

Shades of Turmeric #AC963B

Tints of Turmeric #AC963B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.49%

R = 45.14%
G = 39.37%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AC963B (or 0xAC963B) is known color: Turmeric. HEX triplet: AC, 96 and 3B. RGB value is (172,150,59). Sum of RGB (Red+Green+Blue) = 172+150+59=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 150 (58.98% from 255 or 39.37% from 381); Blue value is 59 (23.44% from 255 or 15.49% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC963B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC963B is #5369C4. Grayscale: #929292. Windows color (decimal): -5466565 or 3905196. OLE color: 3905196.

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

Color convert

RGB 172 150 59 -
CMYK 0 0.13 0.66 0.33
HSL 48.32º 0.49% 0.45% -
HSV(B) 48.32º 0.66% 0.67% -
XYZ 28.71 30.9 8.59 -
YUV 146.2 78.79 146.4 -
System Red Green Blue C M Y K H S L
Decimal 172 150 59 0 0.13 0.66 0.33 48.32 0.49 0.45
Hex AC 96 3B 0 D 42 21 30 31 2D
Octal 254 226 73 0 15 102 41 60 61 55
Binary 10101100 10010110 111011 0 1101 1000010 100001 110000 110001 101101

Color Harmonies of #AC963B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC963B

Black with #AC963B

Text Example


Text Example

White with #AC963B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC963B; }

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

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

background-color css

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

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

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

border-color css

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

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

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