Html Css Color HEX #A2676F Turkish Rose

📋 copy color: '#A2676F'

red 162 ◦ green 103 ◦ blue 111

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

Shades of Turkish Rose #A2676F

Tints of Turkish Rose #A2676F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.52%

R = 43.09%
G = 27.39%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A2676F (or 0xA2676F) is known color: Turkish Rose. HEX triplet: A2, 67 and 6F. RGB value is (162,103,111). Sum of RGB (Red+Green+Blue) = 162+103+111=376 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.09% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 162 - color contains mainly: red. Hex color #A2676F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2676F is #5D9890. Grayscale: #797979. Windows color (decimal): -6133905 or 7301026. OLE color: 7301026.

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

Color convert

RGB 162 103 111 -
CMYK 0 0.36 0.31 0.36
HSL 351.86º 0.24% 0.52% -
HSV(B) 351.86º 0.36% 0.64% -
XYZ 22.62 18.53 17.42 -
YUV 121.55 122.05 156.85 -
System Red Green Blue C M Y K H S L
Decimal 162 103 111 0 0.36 0.31 0.36 351.86 0.24 0.52
Hex A2 67 6F 0 24 1F 24 160 18 34
Octal 242 147 157 0 44 37 44 540 30 64
Binary 10100010 1100111 1101111 0 100100 11111 100100 101100000 11000 110100

Color Harmonies of #A2676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2676F

Black with #A2676F

Text Example


Text Example

White with #A2676F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2676F; }

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

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

background-color css

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

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

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

border-color css

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

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

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