Html Css Color HEX #A2747D Turkish Rose

📋 copy color: '#A2747D'

red 162 ◦ green 116 ◦ blue 125

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

Shades of Turkish Rose #A2747D

Tints of Turkish Rose #A2747D

RGB

 RED value IS 162 (63.67% from 255) = 40.2%

 GREEN value IS 116 (45.7% from 255) = 28.78%

 BLUE value IS 125 (49.22% from 255) = 31.02%

R = 40.2%
G = 28.78%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A2747D (or 0xA2747D) is known color: Turkish Rose. HEX triplet: A2, 74 and 7D. RGB value is (162,116,125). Sum of RGB (Red+Green+Blue) = 162+116+125=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 162 - color contains mainly: red. Hex color #A2747D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2747D is #5D8B82. Grayscale: #828282. Windows color (decimal): -6130563 or 8221858. OLE color: 8221858.

HSL color Cylindrical-coordinate representation of color #A2747D: hue angle of 348.26º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2747D is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 116 125 -
CMYK 0 0.28 0.23 0.36
HSL 348.26º 0.2% 0.55% -
HSV(B) 348.26º 0.28% 0.64% -
XYZ 24.85 21.65 22.27 -
YUV 130.78 124.74 150.27 -
System Red Green Blue C M Y K H S L
Decimal 162 116 125 0 0.28 0.23 0.36 348.26 0.2 0.55
Hex A2 74 7D 0 1C 17 24 15C 14 37
Octal 242 164 175 0 34 27 44 534 24 67
Binary 10100010 1110100 1111101 0 11100 10111 100100 101011100 10100 110111

Color Harmonies of #A2747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2747D

Black with #A2747D

Text Example


Text Example

White with #A2747D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2747D; }

 p { color: rgb(162,116,125); }

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

background-color css

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

 a { background-color: rgb(162,116,125); }

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

border-color css

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

 span { border-color: rgb(162,116,125); }

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