Html Css Color HEX #AE676A Turkish Rose

📋 copy color: '#AE676A'

red 174 ◦ green 103 ◦ blue 106

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

Shades of Turkish Rose #AE676A

Tints of Turkish Rose #AE676A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.89%

 BLUE value IS 106 (41.8% from 255) = 27.68%

R = 45.43%
G = 26.89%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AE676A (or 0xAE676A) is known color: Turkish Rose. HEX triplet: AE, 67 and 6A. RGB value is (174,103,106). Sum of RGB (Red+Green+Blue) = 174+103+106=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 106 (41.80% from 255 or 27.68% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE676A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE676A is #519895. Grayscale: #7C7C7C. Windows color (decimal): -5347478 or 6973358. OLE color: 6973358.

HSL color Cylindrical-coordinate representation of color #AE676A: hue angle of 357.46º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AE676A is Cyan = 0, Magento = 0.41, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 103 106 -
CMYK 0 0.41 0.39 0.32
HSL 357.46º 0.3% 0.54% -
HSV(B) 357.46º 0.41% 0.68% -
XYZ 24.91 19.74 16.13 -
YUV 124.57 117.52 163.26 -
System Red Green Blue C M Y K H S L
Decimal 174 103 106 0 0.41 0.39 0.32 357.46 0.3 0.54
Hex AE 67 6A 0 29 27 20 165 1E 36
Octal 256 147 152 0 51 47 40 545 36 66
Binary 10101110 1100111 1101010 0 101001 100111 100000 101100101 11110 110110

Color Harmonies of #AE676A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE676A

Black with #AE676A

Text Example


Text Example

White with #AE676A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE676A; }

 p { color: rgb(174,103,106); }

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

background-color css

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

 a { background-color: rgb(174,103,106); }

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

border-color css

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

 span { border-color: rgb(174,103,106); }

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