Html Css Color HEX #AE993D Turmeric

📋 copy color: '#AE993D'

red 174 ◦ green 153 ◦ blue 61

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

Shades of Turmeric #AE993D

Tints of Turmeric #AE993D

RGB

 RED value IS 174 (68.36% from 255) = 44.85%

 GREEN value IS 153 (60.16% from 255) = 39.43%

 BLUE value IS 61 (24.22% from 255) = 15.72%

R = 44.85%
G = 39.43%
B = 15.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AE993D (or 0xAE993D) is known color: Turmeric. HEX triplet: AE, 99 and 3D. RGB value is (174,153,61). Sum of RGB (Red+Green+Blue) = 174+153+61=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 153 (60.16% from 255 or 39.43% from 388); Blue value is 61 (24.22% from 255 or 15.72% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AE993D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE993D is #5166C2. Grayscale: #959595. Windows color (decimal): -5334723 or 4037038. OLE color: 4037038.

HSL color Cylindrical-coordinate representation of color #AE993D: hue angle of 48.85º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AE993D is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 153 61 -
CMYK 0 0.12 0.65 0.32
HSL 48.85º 0.48% 0.46% -
HSV(B) 48.85º 0.65% 0.68% -
XYZ 29.69 32.12 9.05 -
YUV 148.79 78.46 145.98 -
System Red Green Blue C M Y K H S L
Decimal 174 153 61 0 0.12 0.65 0.32 48.85 0.48 0.46
Hex AE 99 3D 0 C 41 20 31 30 2E
Octal 256 231 75 0 14 101 40 61 60 56
Binary 10101110 10011001 111101 0 1100 1000001 100000 110001 110000 101110

Color Harmonies of #AE993D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE993D

Black with #AE993D

Text Example


Text Example

White with #AE993D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE993D; }

 p { color: rgb(174,153,61); }

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

background-color css

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

 a { background-color: rgb(174,153,61); }

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

border-color css

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

 span { border-color: rgb(174,153,61); }

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