Html Css Color HEX #A5747B Turkish Rose

📋 copy color: '#A5747B'

red 165 ◦ green 116 ◦ blue 123

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

Shades of Turkish Rose #A5747B

Tints of Turkish Rose #A5747B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.71%

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

R = 40.84%
G = 28.71%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A5747B (or 0xA5747B) is known color: Turkish Rose. HEX triplet: A5, 74 and 7B. RGB value is (165,116,123). Sum of RGB (Red+Green+Blue) = 165+116+123=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 165 - color contains mainly: red. Hex color #A5747B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5747B is #5A8B84. Grayscale: #838383. Windows color (decimal): -5933957 or 8090789. OLE color: 8090789.

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

Color convert

RGB 165 116 123 -
CMYK 0 0.30 0.25 0.35
HSL 351.43º 0.21% 0.55% -
HSV(B) 351.43º 0.3% 0.65% -
XYZ 25.34 21.92 21.63 -
YUV 131.45 123.23 151.93 -
System Red Green Blue C M Y K H S L
Decimal 165 116 123 0 0.30 0.25 0.35 351.43 0.21 0.55
Hex A5 74 7B 0 1E 19 23 15F 15 37
Octal 245 164 173 0 36 31 43 537 25 67
Binary 10100101 1110100 1111011 0 11110 11001 100011 101011111 10101 110111

Color Harmonies of #A5747B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5747B

Black with #A5747B

Text Example


Text Example

White with #A5747B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5747B; }

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

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

background-color css

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

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

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

border-color css

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

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

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