Html Css Color HEX #A56B7B Turkish Rose

📋 copy color: '#A56B7B'

red 165 ◦ green 107 ◦ blue 123

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

Shades of Turkish Rose #A56B7B

Tints of Turkish Rose #A56B7B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.09%

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

R = 41.77%
G = 27.09%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#A56B7B (or 0xA56B7B) is known color: Turkish Rose. HEX triplet: A5, 6B and 7B. RGB value is (165,107,123). Sum of RGB (Red+Green+Blue) = 165+107+123=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 107 (42.19% from 255 or 27.09% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 165 - color contains mainly: red. Hex color #A56B7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56B7B is #5A9484. Grayscale: #7E7E7E. Windows color (decimal): -5936261 or 8088485. OLE color: 8088485.

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

Color convert

RGB 165 107 123 -
CMYK 0 0.35 0.25 0.35
HSL 343.45º 0.24% 0.53% -
HSV(B) 343.45º 0.35% 0.65% -
XYZ 24.35 19.94 21.31 -
YUV 126.17 126.22 155.7 -
System Red Green Blue C M Y K H S L
Decimal 165 107 123 0 0.35 0.25 0.35 343.45 0.24 0.53
Hex A5 6B 7B 0 23 19 23 157 18 35
Octal 245 153 173 0 43 31 43 527 30 65
Binary 10100101 1101011 1111011 0 100011 11001 100011 101010111 11000 110101

Color Harmonies of #A56B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56B7B

Black with #A56B7B

Text Example


Text Example

White with #A56B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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