Html Css Color HEX #AE993A Turmeric

📋 copy color: '#AE993A'

red 174 ◦ green 153 ◦ blue 58

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

Shades of Turmeric #AE993A

Tints of Turmeric #AE993A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.06%

R = 45.19%
G = 39.74%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AE993A (or 0xAE993A) is known color: Turmeric. HEX triplet: AE, 99 and 3A. RGB value is (174,153,58). Sum of RGB (Red+Green+Blue) = 174+153+58=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 58 (23.05% from 255 or 15.06% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE993A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE993A is #5166C5. Grayscale: #949494. Windows color (decimal): -5334726 or 3840430. OLE color: 3840430.

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

Color convert

RGB 174 153 58 -
CMYK 0 0.12 0.67 0.32
HSL 49.14º 0.5% 0.45% -
HSV(B) 49.14º 0.67% 0.68% -
XYZ 29.61 32.09 8.64 -
YUV 148.45 76.96 146.22 -
System Red Green Blue C M Y K H S L
Decimal 174 153 58 0 0.12 0.67 0.32 49.14 0.5 0.45
Hex AE 99 3A 0 C 43 20 31 32 2D
Octal 256 231 72 0 14 103 40 61 62 55
Binary 10101110 10011001 111010 0 1100 1000011 100000 110001 110010 101101

Color Harmonies of #AE993A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE993A

Black with #AE993A

Text Example


Text Example

White with #AE993A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE993A; }

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

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

background-color css

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

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

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

border-color css

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

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

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