Html Css Color HEX #A2747A Turkish Rose

📋 copy color: '#A2747A'

red 162 ◦ green 116 ◦ blue 122

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

Shades of Turkish Rose #A2747A

Tints of Turkish Rose #A2747A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.5%

R = 40.5%
G = 29%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A2747A (or 0xA2747A) is known color: Turkish Rose. HEX triplet: A2, 74 and 7A. RGB value is (162,116,122). Sum of RGB (Red+Green+Blue) = 162+116+122=400 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.5% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 162 - color contains mainly: red. Hex color #A2747A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2747A is #5D8B85. Grayscale: #828282. Windows color (decimal): -6130566 or 8025250. OLE color: 8025250.

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

Color convert

RGB 162 116 122 -
CMYK 0 0.28 0.25 0.36
HSL 352.17º 0.2% 0.55% -
HSV(B) 352.17º 0.28% 0.64% -
XYZ 24.66 21.58 21.28 -
YUV 130.44 123.24 150.51 -
System Red Green Blue C M Y K H S L
Decimal 162 116 122 0 0.28 0.25 0.36 352.17 0.2 0.55
Hex A2 74 7A 0 1C 19 24 160 14 37
Octal 242 164 172 0 34 31 44 540 24 67
Binary 10100010 1110100 1111010 0 11100 11001 100100 101100000 10100 110111

Color Harmonies of #A2747A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2747A

Black with #A2747A

Text Example


Text Example

White with #A2747A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2747A; }

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

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

background-color css

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

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

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

border-color css

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

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

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