Html Css Color HEX #A2676B Turkish Rose

📋 copy color: '#A2676B'

red 162 ◦ green 103 ◦ blue 107

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

Shades of Turkish Rose #A2676B

Tints of Turkish Rose #A2676B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 28.76%

R = 43.55%
G = 27.69%
B = 28.76%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A2676B (or 0xA2676B) is known color: Turkish Rose. HEX triplet: A2, 67 and 6B. RGB value is (162,103,107). Sum of RGB (Red+Green+Blue) = 162+103+107=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 103 (40.62% from 255 or 27.69% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A2676B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2676B is #5D9894. Grayscale: #797979. Windows color (decimal): -6133909 or 7038882. OLE color: 7038882.

HSL color Cylindrical-coordinate representation of color #A2676B: hue angle of 355.93º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2676B is Cyan = 0, Magento = 0.36, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 103 107 -
CMYK 0 0.36 0.34 0.36
HSL 355.93º 0.24% 0.52% -
HSV(B) 355.93º 0.36% 0.64% -
XYZ 22.4 18.44 16.29 -
YUV 121.1 120.05 157.17 -
System Red Green Blue C M Y K H S L
Decimal 162 103 107 0 0.36 0.34 0.36 355.93 0.24 0.52
Hex A2 67 6B 0 24 22 24 164 18 34
Octal 242 147 153 0 44 42 44 544 30 64
Binary 10100010 1100111 1101011 0 100100 100010 100100 101100100 11000 110100

Color Harmonies of #A2676B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2676B

Black with #A2676B

Text Example


Text Example

White with #A2676B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2676B; }

 p { color: rgb(162,103,107); }

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

background-color css

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

 a { background-color: rgb(162,103,107); }

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

border-color css

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

 span { border-color: rgb(162,103,107); }

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