Html Css Color HEX #AE953E Turmeric

📋 copy color: '#AE953E'

red 174 ◦ green 149 ◦ blue 62

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

Shades of Turmeric #AE953E

Tints of Turmeric #AE953E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.7%

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

R = 45.19%
G = 38.7%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE953E (or 0xAE953E) is known color: Turmeric. HEX triplet: AE, 95 and 3E. RGB value is (174,149,62). Sum of RGB (Red+Green+Blue) = 174+149+62=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 62 (24.61% from 255 or 16.10% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE953E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE953E is #516AC1. Grayscale: #929292. Windows color (decimal): -5335746 or 4101550. OLE color: 4101550.

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

Color convert

RGB 174 149 62 -
CMYK 0 0.14 0.64 0.32
HSL 46.61º 0.47% 0.46% -
HSV(B) 46.61º 0.64% 0.68% -
XYZ 29.07 30.84 8.98 -
YUV 146.56 80.28 147.57 -
System Red Green Blue C M Y K H S L
Decimal 174 149 62 0 0.14 0.64 0.32 46.61 0.47 0.46
Hex AE 95 3E 0 E 40 20 2F 2F 2E
Octal 256 225 76 0 16 100 40 57 57 56
Binary 10101110 10010101 111110 0 1110 1000000 100000 101111 101111 101110

Color Harmonies of #AE953E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE953E

Black with #AE953E

Text Example


Text Example

White with #AE953E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE953E; }

 p { color: rgb(174,149,62); }

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

background-color css

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

 a { background-color: rgb(174,149,62); }

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

border-color css

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

 span { border-color: rgb(174,149,62); }

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