Html Css Color HEX #A56972 Turkish Rose

📋 copy color: '#A56972'

red 165 ◦ green 105 ◦ blue 114

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

Shades of Turkish Rose #A56972

Tints of Turkish Rose #A56972

RGB

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

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

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

R = 42.97%
G = 27.34%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A56972 (or 0xA56972) is known color: Turkish Rose. HEX triplet: A5, 69 and 72. RGB value is (165,105,114). Sum of RGB (Red+Green+Blue) = 165+105+114=384 (50% of max value = 765). Red value is 165 (64.84% from 255 or 42.97% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 165 - color contains mainly: red. Hex color #A56972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56972 is #5A968D. Grayscale: #7B7B7B. Windows color (decimal): -5936782 or 7498149. OLE color: 7498149.

HSL color Cylindrical-coordinate representation of color #A56972: hue angle of 351º 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 #A56972 is Cyan = 0, Magento = 0.36, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 105 114 -
CMYK 0 0.36 0.31 0.35
HSL 351º 0.25% 0.53% -
HSV(B) 351º 0.36% 0.65% -
XYZ 23.61 19.32 18.4 -
YUV 123.97 122.38 157.27 -
System Red Green Blue C M Y K H S L
Decimal 165 105 114 0 0.36 0.31 0.35 351 0.25 0.53
Hex A5 69 72 0 24 1F 23 15F 19 35
Octal 245 151 162 0 44 37 43 537 31 65
Binary 10100101 1101001 1110010 0 100100 11111 100011 101011111 11001 110101

Color Harmonies of #A56972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56972

Black with #A56972

Text Example


Text Example

White with #A56972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56972; }

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

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

background-color css

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

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

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

border-color css

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

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

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