Html Css Color HEX #A87275 Turkish Rose

📋 copy color: '#A87275'

red 168 ◦ green 114 ◦ blue 117

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

Shades of Turkish Rose #A87275

Tints of Turkish Rose #A87275

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.57%

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

R = 42.11%
G = 28.57%
B = 29.32%

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

#A87275 (or 0xA87275) is known color: Turkish Rose. HEX triplet: A8, 72 and 75. RGB value is (168,114,117). Sum of RGB (Red+Green+Blue) = 168+114+117=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 168 - color contains mainly: red. Hex color #A87275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87275 is #578D8A. Grayscale: #828282. Windows color (decimal): -5737867 or 7697064. OLE color: 7697064.

HSL color Cylindrical-coordinate representation of color #A87275: hue angle of 356.67º degrees, saturation: 0.24, 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 #A87275 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 114 117 -
CMYK 0 0.32 0.30 0.34
HSL 356.67º 0.24% 0.55% -
HSV(B) 356.67º 0.32% 0.66% -
XYZ 25.38 21.64 19.67 -
YUV 130.49 120.39 154.76 -
System Red Green Blue C M Y K H S L
Decimal 168 114 117 0 0.32 0.30 0.34 356.67 0.24 0.55
Hex A8 72 75 0 20 1E 22 165 18 37
Octal 250 162 165 0 40 36 42 545 30 67
Binary 10101000 1110010 1110101 0 100000 11110 100010 101100101 11000 110111

Color Harmonies of #A87275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87275

Black with #A87275

Text Example


Text Example

White with #A87275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87275; }

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

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

background-color css

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

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

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

border-color css

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

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

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