Html Css Color HEX #A56572 Turkish Rose

📋 copy color: '#A56572'

red 165 ◦ green 101 ◦ blue 114

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

Shades of Turkish Rose #A56572

Tints of Turkish Rose #A56572

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.58%

 BLUE value IS 114 (44.92% from 255) = 30%

R = 43.42%
G = 26.58%
B = 30%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A56572 (or 0xA56572) is known color: Turkish Rose. HEX triplet: A5, 65 and 72. RGB value is (165,101,114). Sum of RGB (Red+Green+Blue) = 165+101+114=380 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.42% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 165 - color contains mainly: red. Hex color #A56572 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56572 is #5A9A8D. Grayscale: #797979. Windows color (decimal): -5937806 or 7497125. OLE color: 7497125.

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

Color convert

RGB 165 101 114 -
CMYK 0 0.39 0.31 0.35
HSL 347.81º 0.26% 0.52% -
HSV(B) 347.81º 0.39% 0.65% -
XYZ 23.21 18.52 18.27 -
YUV 121.62 123.7 158.94 -
System Red Green Blue C M Y K H S L
Decimal 165 101 114 0 0.39 0.31 0.35 347.81 0.26 0.52
Hex A5 65 72 0 27 1F 23 15C 1A 34
Octal 245 145 162 0 47 37 43 534 32 64
Binary 10100101 1100101 1110010 0 100111 11111 100011 101011100 11010 110100

Color Harmonies of #A56572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56572

Black with #A56572

Text Example


Text Example

White with #A56572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56572; }

 p { color: rgb(165,101,114); }

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

background-color css

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

 a { background-color: rgb(165,101,114); }

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

border-color css

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

 span { border-color: rgb(165,101,114); }

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