Html Css Color HEX #AA933E Turmeric

📋 copy color: '#AA933E'

red 170 ◦ green 147 ◦ blue 62

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

Shades of Turmeric #AA933E

Tints of Turmeric #AA933E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.79%

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

R = 44.85%
G = 38.79%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AA933E (or 0xAA933E) is known color: Turmeric. HEX triplet: AA, 93 and 3E. RGB value is (170,147,62). Sum of RGB (Red+Green+Blue) = 170+147+62=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 62 (24.61% from 255 or 16.36% from 379); Max value from RGB is 170 - color contains mainly: red. Hex color #AA933E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA933E is #556CC1. Grayscale: #909090. Windows color (decimal): -5598402 or 4101034. OLE color: 4101034.

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

Color convert

RGB 170 147 62 -
CMYK 0 0.14 0.64 0.33
HSL 47.22º 0.47% 0.45% -
HSV(B) 47.22º 0.64% 0.67% -
XYZ 27.88 29.76 8.83 -
YUV 144.19 81.62 146.41 -
System Red Green Blue C M Y K H S L
Decimal 170 147 62 0 0.14 0.64 0.33 47.22 0.47 0.45
Hex AA 93 3E 0 E 40 21 2F 2F 2D
Octal 252 223 76 0 16 100 41 57 57 55
Binary 10101010 10010011 111110 0 1110 1000000 100001 101111 101111 101101

Color Harmonies of #AA933E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA933E

Black with #AA933E

Text Example


Text Example

White with #AA933E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA933E; }

 p { color: rgb(170,147,62); }

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

background-color css

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

 a { background-color: rgb(170,147,62); }

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

border-color css

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

 span { border-color: rgb(170,147,62); }

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