Html Css Color HEX #AE913B Turmeric

📋 copy color: '#AE913B'

red 174 ◦ green 145 ◦ blue 59

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

Shades of Turmeric #AE913B

Tints of Turmeric #AE913B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 38.36%

 BLUE value IS 59 (23.44% from 255) = 15.61%

R = 46.03%
G = 38.36%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE913B (or 0xAE913B) is known color: Turmeric. HEX triplet: AE, 91 and 3B. RGB value is (174,145,59). Sum of RGB (Red+Green+Blue) = 174+145+59=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 59 (23.44% from 255 or 15.61% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE913B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE913B is #516EC4. Grayscale: #909090. Windows color (decimal): -5336773 or 3903918. OLE color: 3903918.

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

Color convert

RGB 174 145 59 -
CMYK 0 0.17 0.66 0.32
HSL 44.87º 0.49% 0.46% -
HSV(B) 44.87º 0.66% 0.68% -
XYZ 28.37 29.57 8.35 -
YUV 143.87 80.11 149.49 -
System Red Green Blue C M Y K H S L
Decimal 174 145 59 0 0.17 0.66 0.32 44.87 0.49 0.46
Hex AE 91 3B 0 11 42 20 2D 31 2E
Octal 256 221 73 0 21 102 40 55 61 56
Binary 10101110 10010001 111011 0 10001 1000010 100000 101101 110001 101110

Color Harmonies of #AE913B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE913B

Black with #AE913B

Text Example


Text Example

White with #AE913B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE913B; }

 p { color: rgb(174,145,59); }

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

background-color css

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

 a { background-color: rgb(174,145,59); }

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

border-color css

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

 span { border-color: rgb(174,145,59); }

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