Html Css Color HEX #AE8F46 Turmeric

📋 copy color: '#AE8F46'

red 174 ◦ green 143 ◦ blue 70

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

Shades of Turmeric #AE8F46

Tints of Turmeric #AE8F46

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.95%

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

R = 44.96%
G = 36.95%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#AE8F46 (or 0xAE8F46) is known color: Turmeric. HEX triplet: AE, 8F and 46. RGB value is (174,143,70). Sum of RGB (Red+Green+Blue) = 174+143+70=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 70 (27.73% from 255 or 18.09% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8F46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8F46 is #5170B9. Grayscale: #909090. Windows color (decimal): -5337274 or 4624302. OLE color: 4624302.

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

Color convert

RGB 174 143 70 -
CMYK 0 0.18 0.60 0.32
HSL 42.12º 0.43% 0.48% -
HSV(B) 42.12º 0.6% 0.68% -
XYZ 28.38 29.09 9.91 -
YUV 143.95 86.27 149.44 -
System Red Green Blue C M Y K H S L
Decimal 174 143 70 0 0.18 0.60 0.32 42.12 0.43 0.48
Hex AE 8F 46 0 12 3C 20 2A 2B 30
Octal 256 217 106 0 22 74 40 52 53 60
Binary 10101110 10001111 1000110 0 10010 111100 100000 101010 101011 110000

Color Harmonies of #AE8F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8F46

Black with #AE8F46

Text Example


Text Example

White with #AE8F46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8F46; }

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

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

background-color css

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

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

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

border-color css

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

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

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