Html Css Color HEX #AE963E Turmeric

📋 copy color: '#AE963E'

red 174 ◦ green 150 ◦ blue 62

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

Shades of Turmeric #AE963E

Tints of Turmeric #AE963E

RGB

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

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

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

R = 45.08%
G = 38.86%
B = 16.06%

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

#AE963E (or 0xAE963E) is known color: Turmeric. HEX triplet: AE, 96 and 3E. RGB value is (174,150,62). Sum of RGB (Red+Green+Blue) = 174+150+62=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 62 (24.61% from 255 or 16.06% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE963E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE963E is #5169C1. Grayscale: #939393. Windows color (decimal): -5335490 or 4101806. OLE color: 4101806.

HSL color Cylindrical-coordinate representation of color #AE963E: hue angle of 47.14º 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 #AE963E is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 150 62 -
CMYK 0 0.14 0.64 0.32
HSL 47.14º 0.47% 0.46% -
HSV(B) 47.14º 0.64% 0.68% -
XYZ 29.23 31.16 9.03 -
YUV 147.14 79.95 147.16 -
System Red Green Blue C M Y K H S L
Decimal 174 150 62 0 0.14 0.64 0.32 47.14 0.47 0.46
Hex AE 96 3E 0 E 40 20 2F 2F 2E
Octal 256 226 76 0 16 100 40 57 57 56
Binary 10101110 10010110 111110 0 1110 1000000 100000 101111 101111 101110

Color Harmonies of #AE963E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE963E

Black with #AE963E

Text Example


Text Example

White with #AE963E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE963E; }

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

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

background-color css

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

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

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

border-color css

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

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

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