Html Css Color HEX #A8696C Turkish Rose

📋 copy color: '#A8696C'

red 168 ◦ green 105 ◦ blue 108

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

Shades of Turkish Rose #A8696C

Tints of Turkish Rose #A8696C

RGB

 RED value IS 168 (66.02% from 255) = 44.09%

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

 BLUE value IS 108 (42.58% from 255) = 28.35%

R = 44.09%
G = 27.56%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#A8696C (or 0xA8696C) is known color: Turkish Rose. HEX triplet: A8, 69 and 6C. RGB value is (168,105,108). Sum of RGB (Red+Green+Blue) = 168+105+108=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 108 (42.58% from 255 or 28.35% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A8696C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8696C is #579693. Grayscale: #7C7C7C. Windows color (decimal): -5740180 or 7104936. OLE color: 7104936.

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

Color convert

RGB 168 105 108 -
CMYK 0 0.38 0.36 0.34
HSL 357.14º 0.27% 0.54% -
HSV(B) 357.14º 0.38% 0.66% -
XYZ 23.91 19.51 16.69 -
YUV 124.18 118.87 159.26 -
System Red Green Blue C M Y K H S L
Decimal 168 105 108 0 0.38 0.36 0.34 357.14 0.27 0.54
Hex A8 69 6C 0 26 24 22 165 1B 36
Octal 250 151 154 0 46 44 42 545 33 66
Binary 10101000 1101001 1101100 0 100110 100100 100010 101100101 11011 110110

Color Harmonies of #A8696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8696C

Black with #A8696C

Text Example


Text Example

White with #A8696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8696C; }

 p { color: rgb(168,105,108); }

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

background-color css

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

 a { background-color: rgb(168,105,108); }

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

border-color css

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

 span { border-color: rgb(168,105,108); }

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