Html Css Color HEX #A7686B Turkish Rose

📋 copy color: '#A7686B'

red 167 ◦ green 104 ◦ blue 107

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

Shades of Turkish Rose #A7686B

Tints of Turkish Rose #A7686B

RGB

 RED value IS 167 (65.63% from 255) = 44.18%

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

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

R = 44.18%
G = 27.51%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A7686B (or 0xA7686B) is known color: Turkish Rose. HEX triplet: A7, 68 and 6B. RGB value is (167,104,107). Sum of RGB (Red+Green+Blue) = 167+104+107=378 (50% of max value = 765). Red value is 167 (65.62% from 255 or 44.18% from 378); Green value is 104 (41.02% from 255 or 27.51% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 167 - color contains mainly: red. Hex color #A7686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7686B is #589794. Grayscale: #7B7B7B. Windows color (decimal): -5805973 or 7039143. OLE color: 7039143.

HSL color Cylindrical-coordinate representation of color #A7686B: hue angle of 357.14º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A7686B is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 104 107 -
CMYK 0 0.38 0.36 0.35
HSL 357.14º 0.26% 0.53% -
HSV(B) 357.14º 0.38% 0.65% -
XYZ 23.54 19.18 16.37 -
YUV 123.18 118.87 159.26 -
System Red Green Blue C M Y K H S L
Decimal 167 104 107 0 0.38 0.36 0.35 357.14 0.26 0.53
Hex A7 68 6B 0 26 24 23 165 1A 35
Octal 247 150 153 0 46 44 43 545 32 65
Binary 10100111 1101000 1101011 0 100110 100100 100011 101100101 11010 110101

Color Harmonies of #A7686B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7686B

Black with #A7686B

Text Example


Text Example

White with #A7686B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7686B; }

 p { color: rgb(167,104,107); }

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

background-color css

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

 a { background-color: rgb(167,104,107); }

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

border-color css

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

 span { border-color: rgb(167,104,107); }

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