Html Css Color HEX #A07375 Turkish Rose

📋 copy color: '#A07375'

red 160 ◦ green 115 ◦ blue 117

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

Shades of Turkish Rose #A07375

Tints of Turkish Rose #A07375

RGB

 RED value IS 160 (62.89% from 255) = 40.82%

 GREEN value IS 115 (45.31% from 255) = 29.34%

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

R = 40.82%
G = 29.34%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A07375 (or 0xA07375) is known color: Turkish Rose. HEX triplet: A0, 73 and 75. RGB value is (160,115,117). Sum of RGB (Red+Green+Blue) = 160+115+117=392 (51% of max value = 765). Red value is 160 (62.89% from 255 or 40.82% from 392); Green value is 115 (45.31% from 255 or 29.34% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 160 - color contains mainly: red. Hex color #A07375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A07375 is #5F8C8A. Grayscale: #808080. Windows color (decimal): -6261899 or 7697312. OLE color: 7697312.

HSL color Cylindrical-coordinate representation of color #A07375: hue angle of 357.33º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A07375 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 115 117 -
CMYK 0 0.28 0.27 0.37
HSL 357.33º 0.19% 0.54% -
HSV(B) 357.33º 0.28% 0.63% -
XYZ 23.84 21.02 19.63 -
YUV 128.68 121.41 150.34 -
System Red Green Blue C M Y K H S L
Decimal 160 115 117 0 0.28 0.27 0.37 357.33 0.19 0.54
Hex A0 73 75 0 1C 1B 25 165 13 36
Octal 240 163 165 0 34 33 45 545 23 66
Binary 10100000 1110011 1110101 0 11100 11011 100101 101100101 10011 110110

Color Harmonies of #A07375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07375

Black with #A07375

Text Example


Text Example

White with #A07375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07375; }

 p { color: rgb(160,115,117); }

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

background-color css

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

 a { background-color: rgb(160,115,117); }

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

border-color css

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

 span { border-color: rgb(160,115,117); }

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