Html Css Color HEX #AE963A Turmeric

📋 copy color: '#AE963A'

red 174 ◦ green 150 ◦ blue 58

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

Shades of Turmeric #AE963A

Tints of Turmeric #AE963A

RGB

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

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

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

R = 45.55%
G = 39.27%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AE963A (or 0xAE963A) is known color: Turmeric. HEX triplet: AE, 96 and 3A. RGB value is (174,150,58). Sum of RGB (Red+Green+Blue) = 174+150+58=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 58 (23.05% from 255 or 15.18% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AE963A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE963A is #5169C5. Grayscale: #939393. Windows color (decimal): -5335494 or 3839662. OLE color: 3839662.

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

Color convert

RGB 174 150 58 -
CMYK 0 0.14 0.67 0.32
HSL 47.59º 0.5% 0.45% -
HSV(B) 47.59º 0.67% 0.68% -
XYZ 29.13 31.12 8.47 -
YUV 146.69 77.95 147.48 -
System Red Green Blue C M Y K H S L
Decimal 174 150 58 0 0.14 0.67 0.32 47.59 0.5 0.45
Hex AE 96 3A 0 E 43 20 30 32 2D
Octal 256 226 72 0 16 103 40 60 62 55
Binary 10101110 10010110 111010 0 1110 1000011 100000 110000 110010 101101

Color Harmonies of #AE963A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE963A

Black with #AE963A

Text Example


Text Example

White with #AE963A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE963A; }

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

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

background-color css

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

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

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

border-color css

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

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

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