Html Css Color HEX #AC963E Turmeric

📋 copy color: '#AC963E'

red 172 ◦ green 150 ◦ blue 62

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

Shades of Turmeric #AC963E

Tints of Turmeric #AC963E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.15%

R = 44.79%
G = 39.06%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AC963E (or 0xAC963E) is known color: Turmeric. HEX triplet: AC, 96 and 3E. RGB value is (172,150,62). Sum of RGB (Red+Green+Blue) = 172+150+62=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 62 (24.61% from 255 or 16.15% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC963E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC963E is #5369C1. Grayscale: #929292. Windows color (decimal): -5466562 or 4101804. OLE color: 4101804.

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

Color convert

RGB 172 150 62 -
CMYK 0 0.13 0.64 0.33
HSL 48º 0.47% 0.46% -
HSV(B) 48º 0.64% 0.67% -
XYZ 28.79 30.93 9.01 -
YUV 146.55 80.29 146.16 -
System Red Green Blue C M Y K H S L
Decimal 172 150 62 0 0.13 0.64 0.33 48 0.47 0.46
Hex AC 96 3E 0 D 40 21 30 2F 2E
Octal 254 226 76 0 15 100 41 60 57 56
Binary 10101100 10010110 111110 0 1101 1000000 100001 110000 101111 101110

Color Harmonies of #AC963E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC963E

Black with #AC963E

Text Example


Text Example

White with #AC963E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC963E; }

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

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

background-color css

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

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

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

border-color css

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

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

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