Html Css Color HEX #A5677A Turkish Rose

📋 copy color: '#A5677A'

red 165 ◦ green 103 ◦ blue 122

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

Shades of Turkish Rose #A5677A

Tints of Turkish Rose #A5677A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.41%

 BLUE value IS 122 (48.05% from 255) = 31.28%

R = 42.31%
G = 26.41%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A5677A (or 0xA5677A) is known color: Turkish Rose. HEX triplet: A5, 67 and 7A. RGB value is (165,103,122). Sum of RGB (Red+Green+Blue) = 165+103+122=390 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.31% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 122 (48.05% from 255 or 31.28% from 390); Max value from RGB is 165 - color contains mainly: red. Hex color #A5677A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5677A is #5A9885. Grayscale: #7B7B7B. Windows color (decimal): -5937286 or 8021925. OLE color: 8021925.

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

Color convert

RGB 165 103 122 -
CMYK 0 0.38 0.26 0.35
HSL 341.61º 0.26% 0.53% -
HSV(B) 341.61º 0.38% 0.65% -
XYZ 23.88 19.1 20.84 -
YUV 123.7 127.04 157.46 -
System Red Green Blue C M Y K H S L
Decimal 165 103 122 0 0.38 0.26 0.35 341.61 0.26 0.53
Hex A5 67 7A 0 26 1A 23 156 1A 35
Octal 245 147 172 0 46 32 43 526 32 65
Binary 10100101 1100111 1111010 0 100110 11010 100011 101010110 11010 110101

Color Harmonies of #A5677A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5677A

Black with #A5677A

Text Example


Text Example

White with #A5677A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5677A; }

 p { color: rgb(165,103,122); }

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

background-color css

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

 a { background-color: rgb(165,103,122); }

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

border-color css

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

 span { border-color: rgb(165,103,122); }

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