Html Css Color HEX #AE8F45 Turmeric

📋 copy color: '#AE8F45'

red 174 ◦ green 143 ◦ blue 69

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

Shades of Turmeric #AE8F45

Tints of Turmeric #AE8F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.88%

R = 45.08%
G = 37.05%
B = 17.88%

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

#AE8F45 (or 0xAE8F45) is known color: Turmeric. HEX triplet: AE, 8F and 45. RGB value is (174,143,69). Sum of RGB (Red+Green+Blue) = 174+143+69=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 69 (27.34% from 255 or 17.88% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8F45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8F45 is #5170BA. Grayscale: #909090. Windows color (decimal): -5337275 or 4558766. OLE color: 4558766.

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

Color convert

RGB 174 143 69 -
CMYK 0 0.18 0.60 0.32
HSL 42.29º 0.43% 0.48% -
HSV(B) 42.29º 0.6% 0.68% -
XYZ 28.35 29.07 9.75 -
YUV 143.83 85.77 149.52 -
System Red Green Blue C M Y K H S L
Decimal 174 143 69 0 0.18 0.60 0.32 42.29 0.43 0.48
Hex AE 8F 45 0 12 3C 20 2A 2B 30
Octal 256 217 105 0 22 74 40 52 53 60
Binary 10101110 10001111 1000101 0 10010 111100 100000 101010 101011 110000

Color Harmonies of #AE8F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8F45

Black with #AE8F45

Text Example


Text Example

White with #AE8F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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