Html Css Color HEX #A7696E Turkish Rose

📋 copy color: '#A7696E'

red 167 ◦ green 105 ◦ blue 110

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

Shades of Turkish Rose #A7696E

Tints of Turkish Rose #A7696E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.49%

 BLUE value IS 110 (43.36% from 255) = 28.8%

R = 43.72%
G = 27.49%
B = 28.8%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A7696E (or 0xA7696E) is known color: Turkish Rose. HEX triplet: A7, 69 and 6E. RGB value is (167,105,110). Sum of RGB (Red+Green+Blue) = 167+105+110=382 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.72% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 167 - color contains mainly: red. Hex color #A7696E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7696E is #589691. Grayscale: #7C7C7C. Windows color (decimal): -5805714 or 7236007. OLE color: 7236007.

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

Color convert

RGB 167 105 110 -
CMYK 0 0.37 0.34 0.35
HSL 355.16º 0.26% 0.53% -
HSV(B) 355.16º 0.37% 0.65% -
XYZ 23.8 19.44 17.25 -
YUV 124.11 120.04 158.59 -
System Red Green Blue C M Y K H S L
Decimal 167 105 110 0 0.37 0.34 0.35 355.16 0.26 0.53
Hex A7 69 6E 0 25 22 23 163 1A 35
Octal 247 151 156 0 45 42 43 543 32 65
Binary 10100111 1101001 1101110 0 100101 100010 100011 101100011 11010 110101

Color Harmonies of #A7696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7696E

Black with #A7696E

Text Example


Text Example

White with #A7696E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7696E; }

 p { color: rgb(167,105,110); }

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

background-color css

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

 a { background-color: rgb(167,105,110); }

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

border-color css

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

 span { border-color: rgb(167,105,110); }

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