Html Css Color HEX #A3696D Turkish Rose

📋 copy color: '#A3696D'

red 163 ◦ green 105 ◦ blue 109

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

Shades of Turkish Rose #A3696D

Tints of Turkish Rose #A3696D

RGB

 RED value IS 163 (64.06% from 255) = 43.24%

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

 BLUE value IS 109 (42.97% from 255) = 28.91%

R = 43.24%
G = 27.85%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A3696D (or 0xA3696D) is known color: Turkish Rose. HEX triplet: A3, 69 and 6D. RGB value is (163,105,109). Sum of RGB (Red+Green+Blue) = 163+105+109=377 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.24% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 163 - color contains mainly: red. Hex color #A3696D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3696D is #5C9692. Grayscale: #7A7A7A. Windows color (decimal): -6067859 or 7170467. OLE color: 7170467.

HSL color Cylindrical-coordinate representation of color #A3696D: hue angle of 355.86º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A3696D is Cyan = 0, Magento = 0.36, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 105 109 -
CMYK 0 0.36 0.33 0.36
HSL 355.86º 0.24% 0.53% -
HSV(B) 355.86º 0.36% 0.64% -
XYZ 22.92 18.99 16.93 -
YUV 122.8 120.22 156.67 -
System Red Green Blue C M Y K H S L
Decimal 163 105 109 0 0.36 0.33 0.36 355.86 0.24 0.53
Hex A3 69 6D 0 24 21 24 164 18 35
Octal 243 151 155 0 44 41 44 544 30 65
Binary 10100011 1101001 1101101 0 100100 100001 100100 101100100 11000 110101

Color Harmonies of #A3696D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3696D

Black with #A3696D

Text Example


Text Example

White with #A3696D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3696D; }

 p { color: rgb(163,105,109); }

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

background-color css

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

 a { background-color: rgb(163,105,109); }

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

border-color css

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

 span { border-color: rgb(163,105,109); }

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