Html Css Color HEX #AE8D4A Turmeric

📋 copy color: '#AE8D4A'

red 174 ◦ green 141 ◦ blue 74

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

Shades of Turmeric #AE8D4A

Tints of Turmeric #AE8D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.02%

R = 44.73%
G = 36.25%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AE8D4A (or 0xAE8D4A) is known color: Turmeric. HEX triplet: AE, 8D and 4A. RGB value is (174,141,74). Sum of RGB (Red+Green+Blue) = 174+141+74=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 74 (29.30% from 255 or 19.02% from 389); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8D4A is #5172B5. Grayscale: #8F8F8F. Windows color (decimal): -5337782 or 4885934. OLE color: 4885934.

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

Color convert

RGB 174 141 74 -
CMYK 0 0.19 0.57 0.32
HSL 40.2º 0.4% 0.49% -
HSV(B) 40.2º 0.57% 0.68% -
XYZ 28.22 28.54 10.5 -
YUV 143.23 88.93 149.95 -
System Red Green Blue C M Y K H S L
Decimal 174 141 74 0 0.19 0.57 0.32 40.2 0.4 0.49
Hex AE 8D 4A 0 13 39 20 28 28 31
Octal 256 215 112 0 23 71 40 50 50 61
Binary 10101110 10001101 1001010 0 10011 111001 100000 101000 101000 110001

Color Harmonies of #AE8D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8D4A

Black with #AE8D4A

Text Example


Text Example

White with #AE8D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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