Html Css Color HEX #A3686B Turkish Rose

📋 copy color: '#A3686B'

red 163 ◦ green 104 ◦ blue 107

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

Shades of Turkish Rose #A3686B

Tints of Turkish Rose #A3686B

RGB

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

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

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

R = 43.58%
G = 27.81%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#A3686B (or 0xA3686B) is known color: Turkish Rose. HEX triplet: A3, 68 and 6B. RGB value is (163,104,107). Sum of RGB (Red+Green+Blue) = 163+104+107=374 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.58% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 163 - color contains mainly: red. Hex color #A3686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3686B is #5C9794. Grayscale: #7A7A7A. Windows color (decimal): -6068117 or 7039139. OLE color: 7039139.

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

Color convert

RGB 163 104 107 -
CMYK 0 0.36 0.34 0.36
HSL 356.95º 0.24% 0.52% -
HSV(B) 356.95º 0.36% 0.64% -
XYZ 22.71 18.75 16.33 -
YUV 121.98 119.55 157.26 -
System Red Green Blue C M Y K H S L
Decimal 163 104 107 0 0.36 0.34 0.36 356.95 0.24 0.52
Hex A3 68 6B 0 24 22 24 165 18 34
Octal 243 150 153 0 44 42 44 545 30 64
Binary 10100011 1101000 1101011 0 100100 100010 100100 101100101 11000 110100

Color Harmonies of #A3686B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3686B

Black with #A3686B

Text Example


Text Example

White with #A3686B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3686B; }

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

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

background-color css

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

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

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

border-color css

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

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

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