Html Css Color HEX #A5686C Turkish Rose

📋 copy color: '#A5686C'

red 165 ◦ green 104 ◦ blue 108

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

Shades of Turkish Rose #A5686C

Tints of Turkish Rose #A5686C

RGB

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

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

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

R = 43.77%
G = 27.59%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A5686C (or 0xA5686C) is known color: Turkish Rose. HEX triplet: A5, 68 and 6C. RGB value is (165,104,108). Sum of RGB (Red+Green+Blue) = 165+104+108=377 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.77% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 165 - color contains mainly: red. Hex color #A5686C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5686C is #5A9793. Grayscale: #7A7A7A. Windows color (decimal): -5937044 or 7104677. OLE color: 7104677.

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

Color convert

RGB 165 104 108 -
CMYK 0 0.37 0.35 0.35
HSL 356.07º 0.25% 0.53% -
HSV(B) 356.07º 0.37% 0.65% -
XYZ 23.17 18.98 16.63 -
YUV 122.7 119.71 158.17 -
System Red Green Blue C M Y K H S L
Decimal 165 104 108 0 0.37 0.35 0.35 356.07 0.25 0.53
Hex A5 68 6C 0 25 23 23 164 19 35
Octal 245 150 154 0 45 43 43 544 31 65
Binary 10100101 1101000 1101100 0 100101 100011 100011 101100100 11001 110101

Color Harmonies of #A5686C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5686C

Black with #A5686C

Text Example


Text Example

White with #A5686C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5686C; }

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

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

background-color css

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

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

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

border-color css

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

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

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