Html Css Color HEX #AE8183 Turkish Rose

📋 copy color: '#AE8183'

red 174 ◦ green 129 ◦ blue 131

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

Shades of Turkish Rose #AE8183

Tints of Turkish Rose #AE8183

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.72%

 BLUE value IS 131 (51.56% from 255) = 30.18%

R = 40.09%
G = 29.72%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AE8183 (or 0xAE8183) is known color: Turkish Rose. HEX triplet: AE, 81 and 83. RGB value is (174,129,131). Sum of RGB (Red+Green+Blue) = 174+129+131=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 129 (50.78% from 255 or 29.72% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8183 is #517E7C. Grayscale: #8E8E8E. Windows color (decimal): -5340797 or 8618414. OLE color: 8618414.

HSL color Cylindrical-coordinate representation of color #AE8183: hue angle of 357.33º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AE8183 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 129 131 -
CMYK 0 0.26 0.25 0.32
HSL 357.33º 0.22% 0.59% -
HSV(B) 357.33º 0.26% 0.68% -
XYZ 29.4 26.34 25.01 -
YUV 142.68 121.41 150.34 -
System Red Green Blue C M Y K H S L
Decimal 174 129 131 0 0.26 0.25 0.32 357.33 0.22 0.59
Hex AE 81 83 0 1A 19 20 165 16 3B
Octal 256 201 203 0 32 31 40 545 26 73
Binary 10101110 10000001 10000011 0 11010 11001 100000 101100101 10110 111011

Color Harmonies of #AE8183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8183

Black with #AE8183

Text Example


Text Example

White with #AE8183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8183; }

 p { color: rgb(174,129,131); }

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

background-color css

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

 a { background-color: rgb(174,129,131); }

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

border-color css

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

 span { border-color: rgb(174,129,131); }

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