Html Css Color HEX #AA963F Turmeric

📋 copy color: '#AA963F'

red 170 ◦ green 150 ◦ blue 63

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

Shades of Turmeric #AA963F

Tints of Turmeric #AA963F

RGB

 RED value IS 170 (66.8% from 255) = 44.39%

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

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

R = 44.39%
G = 39.16%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AA963F (or 0xAA963F) is known color: Turmeric. HEX triplet: AA, 96 and 3F. RGB value is (170,150,63). Sum of RGB (Red+Green+Blue) = 170+150+63=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 170 - color contains mainly: red. Hex color #AA963F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA963F is #5569C0. Grayscale: #929292. Windows color (decimal): -5597633 or 4167338. OLE color: 4167338.

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

Color convert

RGB 170 150 63 -
CMYK 0 0.12 0.63 0.33
HSL 48.79º 0.46% 0.46% -
HSV(B) 48.79º 0.63% 0.67% -
XYZ 28.38 30.72 9.14 -
YUV 146.06 81.13 145.07 -
System Red Green Blue C M Y K H S L
Decimal 170 150 63 0 0.12 0.63 0.33 48.79 0.46 0.46
Hex AA 96 3F 0 C 3F 21 31 2E 2E
Octal 252 226 77 0 14 77 41 61 56 56
Binary 10101010 10010110 111111 0 1100 111111 100001 110001 101110 101110

Color Harmonies of #AA963F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA963F

Black with #AA963F

Text Example


Text Example

White with #AA963F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA963F; }

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

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

background-color css

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

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

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

border-color css

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

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

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