Html Css Color HEX #A56975 Turkish Rose

📋 copy color: '#A56975'

red 165 ◦ green 105 ◦ blue 117

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

Shades of Turkish Rose #A56975

Tints of Turkish Rose #A56975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.23%

R = 42.64%
G = 27.13%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.35

RGB Variations

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

Color information

#A56975 (or 0xA56975) is known color: Turkish Rose. HEX triplet: A5, 69 and 75. RGB value is (165,105,117). Sum of RGB (Red+Green+Blue) = 165+105+117=387 (51% of max value = 765). Red value is 165 (64.84% from 255 or 42.64% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 117 (46.09% from 255 or 30.23% from 387); Max value from RGB is 165 - color contains mainly: red. Hex color #A56975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56975 is #5A968A. Grayscale: #7C7C7C. Windows color (decimal): -5936779 or 7694757. OLE color: 7694757.

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

Color convert

RGB 165 105 117 -
CMYK 0 0.36 0.29 0.35
HSL 348º 0.25% 0.53% -
HSV(B) 348º 0.36% 0.65% -
XYZ 23.78 19.39 19.32 -
YUV 124.31 123.88 157.02 -
System Red Green Blue C M Y K H S L
Decimal 165 105 117 0 0.36 0.29 0.35 348 0.25 0.53
Hex A5 69 75 0 24 1D 23 15C 19 35
Octal 245 151 165 0 44 35 43 534 31 65
Binary 10100101 1101001 1110101 0 100100 11101 100011 101011100 11001 110101

Color Harmonies of #A56975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56975

Black with #A56975

Text Example


Text Example

White with #A56975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56975; }

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

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

background-color css

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

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

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

border-color css

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

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

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