Html Css Color HEX #A2686F Turkish Rose

📋 copy color: '#A2686F'

red 162 ◦ green 104 ◦ blue 111

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

Shades of Turkish Rose #A2686F

Tints of Turkish Rose #A2686F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.59%

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

R = 42.97%
G = 27.59%
B = 29.44%

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

#A2686F (or 0xA2686F) is known color: Turkish Rose. HEX triplet: A2, 68 and 6F. RGB value is (162,104,111). Sum of RGB (Red+Green+Blue) = 162+104+111=377 (49% of max value = 765). Red value is 162 (63.67% from 255 or 42.97% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 162 - color contains mainly: red. Hex color #A2686F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2686F is #5D9790. Grayscale: #7A7A7A. Windows color (decimal): -6133649 or 7301282. OLE color: 7301282.

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

Color convert

RGB 162 104 111 -
CMYK 0 0.36 0.31 0.36
HSL 352.76º 0.24% 0.52% -
HSV(B) 352.76º 0.36% 0.64% -
XYZ 22.72 18.73 17.46 -
YUV 122.14 121.72 156.43 -
System Red Green Blue C M Y K H S L
Decimal 162 104 111 0 0.36 0.31 0.36 352.76 0.24 0.52
Hex A2 68 6F 0 24 1F 24 161 18 34
Octal 242 150 157 0 44 37 44 541 30 64
Binary 10100010 1101000 1101111 0 100100 11111 100100 101100001 11000 110100

Color Harmonies of #A2686F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2686F

Black with #A2686F

Text Example


Text Example

White with #A2686F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2686F; }

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

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

background-color css

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

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

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

border-color css

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

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

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