Html Css Color HEX #AE8B44 Turmeric

📋 copy color: '#AE8B44'

red 174 ◦ green 139 ◦ blue 68

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

Shades of Turmeric #AE8B44

Tints of Turmeric #AE8B44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.85%

R = 45.67%
G = 36.48%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AE8B44 (or 0xAE8B44) is known color: Turmeric. HEX triplet: AE, 8B and 44. RGB value is (174,139,68). Sum of RGB (Red+Green+Blue) = 174+139+68=381 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.67% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 68 (26.95% from 255 or 17.85% from 381); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8B44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8B44 is #5174BB. Grayscale: #8D8D8D. Windows color (decimal): -5338300 or 4492206. OLE color: 4492206.

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

Color convert

RGB 174 139 68 -
CMYK 0 0.20 0.61 0.32
HSL 40.19º 0.44% 0.47% -
HSV(B) 40.19º 0.61% 0.68% -
XYZ 27.73 27.88 9.39 -
YUV 141.37 86.6 151.27 -
System Red Green Blue C M Y K H S L
Decimal 174 139 68 0 0.20 0.61 0.32 40.19 0.44 0.47
Hex AE 8B 44 0 14 3D 20 28 2C 2F
Octal 256 213 104 0 24 75 40 50 54 57
Binary 10101110 10001011 1000100 0 10100 111101 100000 101000 101100 101111

Color Harmonies of #AE8B44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8B44

Black with #AE8B44

Text Example


Text Example

White with #AE8B44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8B44; }

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

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

background-color css

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

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

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

border-color css

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

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

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