Html Css Color HEX #A5696C Turkish Rose

📋 copy color: '#A5696C'

red 165 ◦ green 105 ◦ blue 108

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

Shades of Turkish Rose #A5696C

Tints of Turkish Rose #A5696C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.57%

R = 43.65%
G = 27.78%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A5696C (or 0xA5696C) is known color: Turkish Rose. HEX triplet: A5, 69 and 6C. RGB value is (165,105,108). Sum of RGB (Red+Green+Blue) = 165+105+108=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A5696C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5696C is #5A9693. Grayscale: #7B7B7B. Windows color (decimal): -5936788 or 7104933. OLE color: 7104933.

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

Color convert

RGB 165 105 108 -
CMYK 0 0.36 0.35 0.35
HSL 357º 0.25% 0.53% -
HSV(B) 357º 0.36% 0.65% -
XYZ 23.28 19.19 16.66 -
YUV 123.28 119.38 157.76 -
System Red Green Blue C M Y K H S L
Decimal 165 105 108 0 0.36 0.35 0.35 357 0.25 0.53
Hex A5 69 6C 0 24 23 23 165 19 35
Octal 245 151 154 0 44 43 43 545 31 65
Binary 10100101 1101001 1101100 0 100100 100011 100011 101100101 11001 110101

Color Harmonies of #A5696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5696C

Black with #A5696C

Text Example


Text Example

White with #A5696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5696C; }

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

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

background-color css

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

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

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

border-color css

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

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

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