Html Css Color HEX #A56072 Turkish Rose

📋 copy color: '#A56072'

red 165 ◦ green 96 ◦ blue 114

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

Shades of Turkish Rose #A56072

Tints of Turkish Rose #A56072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.6%

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

R = 44%
G = 25.6%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.35

RGB Variations

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

Color information

#A56072 (or 0xA56072) is known color: Turkish Rose. HEX triplet: A5, 60 and 72. RGB value is (165,96,114). Sum of RGB (Red+Green+Blue) = 165+96+114=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A56072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56072 is #5A9F8D. Grayscale: #767676. Windows color (decimal): -5939086 or 7495845. OLE color: 7495845.

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

Color convert

RGB 165 96 114 -
CMYK 0 0.42 0.31 0.35
HSL 344.35º 0.28% 0.51% -
HSV(B) 344.35º 0.42% 0.65% -
XYZ 22.74 17.58 18.11 -
YUV 118.68 125.36 161.04 -
System Red Green Blue C M Y K H S L
Decimal 165 96 114 0 0.42 0.31 0.35 344.35 0.28 0.51
Hex A5 60 72 0 2A 1F 23 158 1C 33
Octal 245 140 162 0 52 37 43 530 34 63
Binary 10100101 1100000 1110010 0 101010 11111 100011 101011000 11100 110011

Color Harmonies of #A56072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56072

Black with #A56072

Text Example


Text Example

White with #A56072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56072; }

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

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

background-color css

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

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

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

border-color css

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

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

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