Html Css Color HEX #A87375 Turkish Rose

📋 copy color: '#A87375'

red 168 ◦ green 115 ◦ blue 117

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

Shades of Turkish Rose #A87375

Tints of Turkish Rose #A87375

RGB

 RED value IS 168 (66.02% from 255) = 42%

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

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

R = 42%
G = 28.75%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A87375 (or 0xA87375) is known color: Turkish Rose. HEX triplet: A8, 73 and 75. RGB value is (168,115,117). Sum of RGB (Red+Green+Blue) = 168+115+117=400 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 168 - color contains mainly: red. Hex color #A87375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87375 is #578C8A. Grayscale: #838383. Windows color (decimal): -5737611 or 7697320. OLE color: 7697320.

HSL color Cylindrical-coordinate representation of color #A87375: hue angle of 357.74º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A87375 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 115 117 -
CMYK 0 0.32 0.30 0.34
HSL 357.74º 0.23% 0.55% -
HSV(B) 357.74º 0.32% 0.66% -
XYZ 25.49 21.87 19.71 -
YUV 131.08 120.06 154.34 -
System Red Green Blue C M Y K H S L
Decimal 168 115 117 0 0.32 0.30 0.34 357.74 0.23 0.55
Hex A8 73 75 0 20 1E 22 166 17 37
Octal 250 163 165 0 40 36 42 546 27 67
Binary 10101000 1110011 1110101 0 100000 11110 100010 101100110 10111 110111

Color Harmonies of #A87375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87375

Black with #A87375

Text Example


Text Example

White with #A87375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87375; }

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

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

background-color css

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

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

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

border-color css

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

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

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