Html Css Color HEX #A2787D Turkish Rose

📋 copy color: '#A2787D'

red 162 ◦ green 120 ◦ blue 125

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

Shades of Turkish Rose #A2787D

Tints of Turkish Rose #A2787D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 29.48%

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

R = 39.8%
G = 29.48%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A2787D (or 0xA2787D) is known color: Turkish Rose. HEX triplet: A2, 78 and 7D. RGB value is (162,120,125). Sum of RGB (Red+Green+Blue) = 162+120+125=407 (53% of max value = 765). Red value is 162 (63.67% from 255 or 39.80% from 407); Green value is 120 (47.27% from 255 or 29.48% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 162 - color contains mainly: red. Hex color #A2787D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2787D is #5D8782. Grayscale: #858585. Windows color (decimal): -6129539 or 8222882. OLE color: 8222882.

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

Color convert

RGB 162 120 125 -
CMYK 0 0.26 0.23 0.36
HSL 352.86º 0.18% 0.55% -
HSV(B) 352.86º 0.26% 0.64% -
XYZ 25.32 22.59 22.43 -
YUV 133.13 123.41 148.59 -
System Red Green Blue C M Y K H S L
Decimal 162 120 125 0 0.26 0.23 0.36 352.86 0.18 0.55
Hex A2 78 7D 0 1A 17 24 161 12 37
Octal 242 170 175 0 32 27 44 541 22 67
Binary 10100010 1111000 1111101 0 11010 10111 100100 101100001 10010 110111

Color Harmonies of #A2787D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2787D

Black with #A2787D

Text Example


Text Example

White with #A2787D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2787D; }

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

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

background-color css

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

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

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

border-color css

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

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

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