Html Css Color HEX #A3697B Turkish Rose

📋 copy color: '#A3697B'

red 163 ◦ green 105 ◦ blue 123

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

Shades of Turkish Rose #A3697B

Tints of Turkish Rose #A3697B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 31.46%

R = 41.69%
G = 26.85%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#A3697B (or 0xA3697B) is known color: Turkish Rose. HEX triplet: A3, 69 and 7B. RGB value is (163,105,123). Sum of RGB (Red+Green+Blue) = 163+105+123=391 (51% of max value = 765). Red value is 163 (64.06% from 255 or 41.69% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 123 (48.44% from 255 or 31.46% from 391); Max value from RGB is 163 - color contains mainly: red. Hex color #A3697B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A3697B is #5C9684. Grayscale: #7C7C7C. Windows color (decimal): -6067845 or 8087971. OLE color: 8087971.

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

Color convert

RGB 163 105 123 -
CMYK 0 0.36 0.25 0.36
HSL 341.38º 0.24% 0.53% -
HSV(B) 341.38º 0.36% 0.64% -
XYZ 23.73 19.32 21.22 -
YUV 124.39 127.22 155.54 -
System Red Green Blue C M Y K H S L
Decimal 163 105 123 0 0.36 0.25 0.36 341.38 0.24 0.53
Hex A3 69 7B 0 24 19 24 155 18 35
Octal 243 151 173 0 44 31 44 525 30 65
Binary 10100011 1101001 1111011 0 100100 11001 100100 101010101 11000 110101

Color Harmonies of #A3697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3697B

Black with #A3697B

Text Example


Text Example

White with #A3697B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3697B; }

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

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

background-color css

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

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

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

border-color css

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

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

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