Html Css Color HEX #A2717D Turkish Rose

📋 copy color: '#A2717D'

red 162 ◦ green 113 ◦ blue 125

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

Shades of Turkish Rose #A2717D

Tints of Turkish Rose #A2717D

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.25%

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

R = 40.5%
G = 28.25%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A2717D (or 0xA2717D) is known color: Turkish Rose. HEX triplet: A2, 71 and 7D. RGB value is (162,113,125). Sum of RGB (Red+Green+Blue) = 162+113+125=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 113 (44.53% from 255 or 28.25% from 400); Blue value is 125 (49.22% from 255 or 31.25% from 400); Max value from RGB is 162 - color contains mainly: red. Hex color #A2717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2717D is #5D8E82. Grayscale: #818181. Windows color (decimal): -6131331 or 8221090. OLE color: 8221090.

HSL color Cylindrical-coordinate representation of color #A2717D: hue angle of 345.31º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2717D is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 113 125 -
CMYK 0 0.30 0.23 0.36
HSL 345.31º 0.21% 0.54% -
HSV(B) 345.31º 0.3% 0.64% -
XYZ 24.51 20.97 22.16 -
YUV 129.02 125.73 151.52 -
System Red Green Blue C M Y K H S L
Decimal 162 113 125 0 0.30 0.23 0.36 345.31 0.21 0.54
Hex A2 71 7D 0 1E 17 24 159 15 36
Octal 242 161 175 0 36 27 44 531 25 66
Binary 10100010 1110001 1111101 0 11110 10111 100100 101011001 10101 110110

Color Harmonies of #A2717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2717D

Black with #A2717D

Text Example


Text Example

White with #A2717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2717D; }

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

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

background-color css

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

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

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

border-color css

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

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

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