Html Css Color HEX #AE8D45 Turmeric

📋 copy color: '#AE8D45'

red 174 ◦ green 141 ◦ blue 69

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

Shades of Turmeric #AE8D45

Tints of Turmeric #AE8D45

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.72%

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

R = 45.31%
G = 36.72%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AE8D45 (or 0xAE8D45) is known color: Turmeric. HEX triplet: AE, 8D and 45. RGB value is (174,141,69). Sum of RGB (Red+Green+Blue) = 174+141+69=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 141 (55.47% from 255 or 36.72% from 384); Blue value is 69 (27.34% from 255 or 17.97% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8D45 is #5172BA. Grayscale: #8E8E8E. Windows color (decimal): -5337787 or 4558254. OLE color: 4558254.

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

Color convert

RGB 174 141 69 -
CMYK 0 0.19 0.60 0.32
HSL 41.14º 0.43% 0.48% -
HSV(B) 41.14º 0.6% 0.68% -
XYZ 28.05 28.48 9.65 -
YUV 142.66 86.43 150.35 -
System Red Green Blue C M Y K H S L
Decimal 174 141 69 0 0.19 0.60 0.32 41.14 0.43 0.48
Hex AE 8D 45 0 13 3C 20 29 2B 30
Octal 256 215 105 0 23 74 40 51 53 60
Binary 10101110 10001101 1000101 0 10011 111100 100000 101001 101011 110000

Color Harmonies of #AE8D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8D45

Black with #AE8D45

Text Example


Text Example

White with #AE8D45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8D45; }

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

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

background-color css

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

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

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

border-color css

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

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

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