Html Css Color HEX #AE963D Turmeric

📋 copy color: '#AE963D'

red 174 ◦ green 150 ◦ blue 61

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

Shades of Turmeric #AE963D

Tints of Turmeric #AE963D

RGB

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

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

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

R = 45.19%
G = 38.96%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.65

 K value IS 0.32

RGB Variations

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

Color information

#AE963D (or 0xAE963D) is known color: Turmeric. HEX triplet: AE, 96 and 3D. RGB value is (174,150,61). Sum of RGB (Red+Green+Blue) = 174+150+61=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE963D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE963D is #5169C2. Grayscale: #939393. Windows color (decimal): -5335491 or 4036270. OLE color: 4036270.

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

Color convert

RGB 174 150 61 -
CMYK 0 0.14 0.65 0.32
HSL 47.26º 0.48% 0.46% -
HSV(B) 47.26º 0.65% 0.68% -
XYZ 29.2 31.15 8.89 -
YUV 147.03 79.45 147.24 -
System Red Green Blue C M Y K H S L
Decimal 174 150 61 0 0.14 0.65 0.32 47.26 0.48 0.46
Hex AE 96 3D 0 E 41 20 2F 30 2E
Octal 256 226 75 0 16 101 40 57 60 56
Binary 10101110 10010110 111101 0 1110 1000001 100000 101111 110000 101110

Color Harmonies of #AE963D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE963D

Black with #AE963D

Text Example


Text Example

White with #AE963D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE963D; }

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

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

background-color css

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

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

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

border-color css

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

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

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