Html Css Color HEX #A3686A Turkish Rose

📋 copy color: '#A3686A'

red 163 ◦ green 104 ◦ blue 106

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

Shades of Turkish Rose #A3686A

Tints of Turkish Rose #A3686A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.42%

R = 43.7%
G = 27.88%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A3686A (or 0xA3686A) is known color: Turkish Rose. HEX triplet: A3, 68 and 6A. RGB value is (163,104,106). Sum of RGB (Red+Green+Blue) = 163+104+106=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 106 (41.80% from 255 or 28.42% from 373); Max value from RGB is 163 - color contains mainly: red. Hex color #A3686A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3686A is #5C9795. Grayscale: #797979. Windows color (decimal): -6068118 or 6973603. OLE color: 6973603.

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

Color convert

RGB 163 104 106 -
CMYK 0 0.36 0.35 0.36
HSL 357.97º 0.24% 0.52% -
HSV(B) 357.97º 0.36% 0.64% -
XYZ 22.66 18.73 16.06 -
YUV 121.87 119.05 157.34 -
System Red Green Blue C M Y K H S L
Decimal 163 104 106 0 0.36 0.35 0.36 357.97 0.24 0.52
Hex A3 68 6A 0 24 23 24 166 18 34
Octal 243 150 152 0 44 43 44 546 30 64
Binary 10100011 1101000 1101010 0 100100 100011 100100 101100110 11000 110100

Color Harmonies of #A3686A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3686A

Black with #A3686A

Text Example


Text Example

White with #A3686A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3686A; }

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

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

background-color css

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

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

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

border-color css

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

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

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