Html Css Color HEX #AE8E4B Turmeric

📋 copy color: '#AE8E4B'

red 174 ◦ green 142 ◦ blue 75

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

Shades of Turmeric #AE8E4B

Tints of Turmeric #AE8E4B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.32%

 BLUE value IS 75 (29.69% from 255) = 19.18%

R = 44.5%
G = 36.32%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AE8E4B (or 0xAE8E4B) is known color: Turmeric. HEX triplet: AE, 8E and 4B. RGB value is (174,142,75). Sum of RGB (Red+Green+Blue) = 174+142+75=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8E4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8E4B is #5171B4. Grayscale: #909090. Windows color (decimal): -5337525 or 4951726. OLE color: 4951726.

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

Color convert

RGB 174 142 75 -
CMYK 0 0.18 0.57 0.32
HSL 40.61º 0.4% 0.49% -
HSV(B) 40.61º 0.57% 0.68% -
XYZ 28.4 28.85 10.73 -
YUV 143.93 89.1 149.45 -
System Red Green Blue C M Y K H S L
Decimal 174 142 75 0 0.18 0.57 0.32 40.61 0.4 0.49
Hex AE 8E 4B 0 12 39 20 29 28 31
Octal 256 216 113 0 22 71 40 51 50 61
Binary 10101110 10001110 1001011 0 10010 111001 100000 101001 101000 110001

Color Harmonies of #AE8E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8E4B

Black with #AE8E4B

Text Example


Text Example

White with #AE8E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8E4B; }

 p { color: rgb(174,142,75); }

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

background-color css

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

 a { background-color: rgb(174,142,75); }

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

border-color css

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

 span { border-color: rgb(174,142,75); }

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