Html Css Color HEX #A56970 Turkish Rose

📋 copy color: '#A56970'

red 165 ◦ green 105 ◦ blue 112

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

Shades of Turkish Rose #A56970

Tints of Turkish Rose #A56970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.49%

 BLUE value IS 112 (44.14% from 255) = 29.32%

R = 43.19%
G = 27.49%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#A56970 (or 0xA56970) is known color: Turkish Rose. HEX triplet: A5, 69 and 70. RGB value is (165,105,112). Sum of RGB (Red+Green+Blue) = 165+105+112=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A56970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56970 is #5A968F. Grayscale: #7B7B7B. Windows color (decimal): -5936784 or 7367077. OLE color: 7367077.

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

Color convert

RGB 165 105 112 -
CMYK 0 0.36 0.32 0.35
HSL 353º 0.25% 0.53% -
HSV(B) 353º 0.36% 0.65% -
XYZ 23.49 19.27 17.81 -
YUV 123.74 121.38 157.43 -
System Red Green Blue C M Y K H S L
Decimal 165 105 112 0 0.36 0.32 0.35 353 0.25 0.53
Hex A5 69 70 0 24 20 23 161 19 35
Octal 245 151 160 0 44 40 43 541 31 65
Binary 10100101 1101001 1110000 0 100100 100000 100011 101100001 11001 110101

Color Harmonies of #A56970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56970

Black with #A56970

Text Example


Text Example

White with #A56970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56970; }

 p { color: rgb(165,105,112); }

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

background-color css

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

 a { background-color: rgb(165,105,112); }

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

border-color css

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

 span { border-color: rgb(165,105,112); }

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