Html Css Color HEX #AE8182 Turkish Rose

📋 copy color: '#AE8182'

red 174 ◦ green 129 ◦ blue 130

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

Shades of Turkish Rose #AE8182

Tints of Turkish Rose #AE8182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.02%

R = 40.18%
G = 29.79%
B = 30.02%

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

#AE8182 (or 0xAE8182) is known color: Turkish Rose. HEX triplet: AE, 81 and 82. RGB value is (174,129,130). Sum of RGB (Red+Green+Blue) = 174+129+130=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 129 (50.78% from 255 or 29.79% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8182 is #517E7D. Grayscale: #8E8E8E. Windows color (decimal): -5340798 or 8552878. OLE color: 8552878.

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

Color convert

RGB 174 129 130 -
CMYK 0 0.26 0.25 0.32
HSL 358.67º 0.22% 0.59% -
HSV(B) 358.67º 0.26% 0.68% -
XYZ 29.34 26.31 24.65 -
YUV 142.57 120.91 150.42 -
System Red Green Blue C M Y K H S L
Decimal 174 129 130 0 0.26 0.25 0.32 358.67 0.22 0.59
Hex AE 81 82 0 1A 19 20 167 16 3B
Octal 256 201 202 0 32 31 40 547 26 73
Binary 10101110 10000001 10000010 0 11010 11001 100000 101100111 10110 111011

Color Harmonies of #AE8182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8182

Black with #AE8182

Text Example


Text Example

White with #AE8182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8182; }

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

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

background-color css

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

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

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

border-color css

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

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

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