Html Css Color HEX #A5697B Turkish Rose

📋 copy color: '#A5697B'

red 165 ◦ green 105 ◦ blue 123

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

Shades of Turkish Rose #A5697B

Tints of Turkish Rose #A5697B

RGB

 RED value IS 165 (64.84% from 255) = 41.98%

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

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

R = 41.98%
G = 26.72%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A5697B (or 0xA5697B) is known color: Turkish Rose. HEX triplet: A5, 69 and 7B. RGB value is (165,105,123). Sum of RGB (Red+Green+Blue) = 165+105+123=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 105 (41.41% from 255 or 26.72% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 165 - color contains mainly: red. Hex color #A5697B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5697B is #5A9684. Grayscale: #7C7C7C. Windows color (decimal): -5936773 or 8087973. OLE color: 8087973.

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

Color convert

RGB 165 105 123 -
CMYK 0 0.36 0.25 0.35
HSL 342º 0.25% 0.53% -
HSV(B) 342º 0.36% 0.65% -
XYZ 24.14 19.53 21.24 -
YUV 124.99 126.88 156.54 -
System Red Green Blue C M Y K H S L
Decimal 165 105 123 0 0.36 0.25 0.35 342 0.25 0.53
Hex A5 69 7B 0 24 19 23 156 19 35
Octal 245 151 173 0 44 31 43 526 31 65
Binary 10100101 1101001 1111011 0 100100 11001 100011 101010110 11001 110101

Color Harmonies of #A5697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5697B

Black with #A5697B

Text Example


Text Example

White with #A5697B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5697B; }

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

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

background-color css

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

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

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

border-color css

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

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

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