Html Css Color HEX #AE8C48 Turmeric

📋 copy color: '#AE8C48'

red 174 ◦ green 140 ◦ blue 72

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

Shades of Turmeric #AE8C48

Tints of Turmeric #AE8C48

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.27%

 BLUE value IS 72 (28.52% from 255) = 18.65%

R = 45.08%
G = 36.27%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.32

RGB Variations

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

Color information

#AE8C48 (or 0xAE8C48) is known color: Turmeric. HEX triplet: AE, 8C and 48. RGB value is (174,140,72). Sum of RGB (Red+Green+Blue) = 174+140+72=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 72 (28.52% from 255 or 18.65% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8C48 is #5173B7. Grayscale: #8E8E8E. Windows color (decimal): -5338040 or 4754606. OLE color: 4754606.

HSL color Cylindrical-coordinate representation of color #AE8C48: hue angle of 40º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE8C48 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 140 72 -
CMYK 0 0.20 0.59 0.32
HSL 40º 0.41% 0.48% -
HSV(B) 40º 0.59% 0.68% -
XYZ 28 28.22 10.1 -
YUV 142.41 88.26 150.53 -
System Red Green Blue C M Y K H S L
Decimal 174 140 72 0 0.20 0.59 0.32 40 0.41 0.48
Hex AE 8C 48 0 14 3B 20 28 29 30
Octal 256 214 110 0 24 73 40 50 51 60
Binary 10101110 10001100 1001000 0 10100 111011 100000 101000 101001 110000

Color Harmonies of #AE8C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8C48

Black with #AE8C48

Text Example


Text Example

White with #AE8C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8C48; }

 p { color: rgb(174,140,72); }

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

background-color css

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

 a { background-color: rgb(174,140,72); }

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

border-color css

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

 span { border-color: rgb(174,140,72); }

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