Html Css Color HEX #A18788 Turkish Rose

📋 copy color: '#A18788'

red 161 ◦ green 135 ◦ blue 136

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

Shades of Turkish Rose #A18788

Tints of Turkish Rose #A18788

RGB

 RED value IS 161 (63.28% from 255) = 37.27%

 GREEN value IS 135 (53.13% from 255) = 31.25%

 BLUE value IS 136 (53.52% from 255) = 31.48%

R = 37.27%
G = 31.25%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A18788 (or 0xA18788) is known color: Turkish Rose. HEX triplet: A1, 87 and 88. RGB value is (161,135,136). Sum of RGB (Red+Green+Blue) = 161+135+136=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 161 - color contains mainly: red. Hex color #A18788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A18788 is #5E7877. Grayscale: #8E8E8E. Windows color (decimal): -6191224 or 8947617. OLE color: 8947617.

HSL color Cylindrical-coordinate representation of color #A18788: hue angle of 357.69º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A18788 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 135 136 -
CMYK 0 0.16 0.16 0.37
HSL 357.69º 0.12% 0.58% -
HSV(B) 357.69º 0.16% 0.63% -
XYZ 27.81 26.68 26.98 -
YUV 142.89 124.11 140.92 -
System Red Green Blue C M Y K H S L
Decimal 161 135 136 0 0.16 0.16 0.37 357.69 0.12 0.58
Hex A1 87 88 0 10 10 25 166 C 3A
Octal 241 207 210 0 20 20 45 546 14 72
Binary 10100001 10000111 10001000 0 10000 10000 100101 101100110 1100 111010

Color Harmonies of #A18788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18788

Black with #A18788

Text Example


Text Example

White with #A18788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18788; }

 p { color: rgb(161,135,136); }

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

background-color css

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

 a { background-color: rgb(161,135,136); }

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

border-color css

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

 span { border-color: rgb(161,135,136); }

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