Html Css Color HEX #A36975 Turkish Rose

📋 copy color: '#A36975'

red 163 ◦ green 105 ◦ blue 117

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

Shades of Turkish Rose #A36975

Tints of Turkish Rose #A36975

RGB

 RED value IS 163 (64.06% from 255) = 42.34%

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

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

R = 42.34%
G = 27.27%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#A36975 (or 0xA36975) is known color: Turkish Rose. HEX triplet: A3, 69 and 75. RGB value is (163,105,117). Sum of RGB (Red+Green+Blue) = 163+105+117=385 (50% of max value = 765). Red value is 163 (64.06% from 255 or 42.34% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 163 - color contains mainly: red. Hex color #A36975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36975 is #5C968A. Grayscale: #7B7B7B. Windows color (decimal): -6067851 or 7694755. OLE color: 7694755.

HSL color Cylindrical-coordinate representation of color #A36975: hue angle of 347.59º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A36975 is Cyan = 0, Magento = 0.36, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 105 117 -
CMYK 0 0.36 0.28 0.36
HSL 347.59º 0.24% 0.53% -
HSV(B) 347.59º 0.36% 0.64% -
XYZ 23.37 19.17 19.3 -
YUV 123.71 124.22 156.02 -
System Red Green Blue C M Y K H S L
Decimal 163 105 117 0 0.36 0.28 0.36 347.59 0.24 0.53
Hex A3 69 75 0 24 1C 24 15C 18 35
Octal 243 151 165 0 44 34 44 534 30 65
Binary 10100011 1101001 1110101 0 100100 11100 100100 101011100 11000 110101

Color Harmonies of #A36975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A36975

Black with #A36975

Text Example


Text Example

White with #A36975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A36975; }

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

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

background-color css

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

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

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

border-color css

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

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

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