Html Css Color HEX #AE8E45 Turmeric

📋 copy color: '#AE8E45'

red 174 ◦ green 142 ◦ blue 69

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

Shades of Turmeric #AE8E45

Tints of Turmeric #AE8E45

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.88%

 BLUE value IS 69 (27.34% from 255) = 17.92%

R = 45.19%
G = 36.88%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AE8E45 (or 0xAE8E45) is known color: Turmeric. HEX triplet: AE, 8E and 45. RGB value is (174,142,69). Sum of RGB (Red+Green+Blue) = 174+142+69=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 142 (55.86% from 255 or 36.88% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8E45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8E45 is #5171BA. Grayscale: #8F8F8F. Windows color (decimal): -5337531 or 4558510. OLE color: 4558510.

HSL color Cylindrical-coordinate representation of color #AE8E45: hue angle of 41.71º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE8E45 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 142 69 -
CMYK 0 0.18 0.60 0.32
HSL 41.71º 0.43% 0.48% -
HSV(B) 41.71º 0.6% 0.68% -
XYZ 28.2 28.77 9.7 -
YUV 143.25 86.1 149.94 -
System Red Green Blue C M Y K H S L
Decimal 174 142 69 0 0.18 0.60 0.32 41.71 0.43 0.48
Hex AE 8E 45 0 12 3C 20 2A 2B 30
Octal 256 216 105 0 22 74 40 52 53 60
Binary 10101110 10001110 1000101 0 10010 111100 100000 101010 101011 110000

Color Harmonies of #AE8E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8E45

Black with #AE8E45

Text Example


Text Example

White with #AE8E45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8E45; }

 p { color: rgb(174,142,69); }

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

background-color css

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

 a { background-color: rgb(174,142,69); }

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

border-color css

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

 span { border-color: rgb(174,142,69); }

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