Html Css Color HEX #AE8B46 Turmeric

📋 copy color: '#AE8B46'

red 174 ◦ green 139 ◦ blue 70

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

Shades of Turmeric #AE8B46

Tints of Turmeric #AE8B46

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.29%

 BLUE value IS 70 (27.73% from 255) = 18.28%

R = 45.43%
G = 36.29%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AE8B46 (or 0xAE8B46) is known color: Turmeric. HEX triplet: AE, 8B and 46. RGB value is (174,139,70). Sum of RGB (Red+Green+Blue) = 174+139+70=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 139 (54.69% from 255 or 36.29% from 383); Blue value is 70 (27.73% from 255 or 18.28% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8B46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8B46 is #5174B9. Grayscale: #8D8D8D. Windows color (decimal): -5338298 or 4623278. OLE color: 4623278.

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

Color convert

RGB 174 139 70 -
CMYK 0 0.20 0.60 0.32
HSL 39.81º 0.43% 0.48% -
HSV(B) 39.81º 0.6% 0.68% -
XYZ 27.79 27.91 9.72 -
YUV 141.6 87.6 151.11 -
System Red Green Blue C M Y K H S L
Decimal 174 139 70 0 0.20 0.60 0.32 39.81 0.43 0.48
Hex AE 8B 46 0 14 3C 20 28 2B 30
Octal 256 213 106 0 24 74 40 50 53 60
Binary 10101110 10001011 1000110 0 10100 111100 100000 101000 101011 110000

Color Harmonies of #AE8B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8B46

Black with #AE8B46

Text Example


Text Example

White with #AE8B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8B46; }

 p { color: rgb(174,139,70); }

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

background-color css

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

 a { background-color: rgb(174,139,70); }

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

border-color css

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

 span { border-color: rgb(174,139,70); }

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