Html Css Color HEX #A48889 Turkish Rose

📋 copy color: '#A48889'

red 164 ◦ green 136 ◦ blue 137

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

Shades of Turkish Rose #A48889

Tints of Turkish Rose #A48889

RGB

 RED value IS 164 (64.45% from 255) = 37.53%

 GREEN value IS 136 (53.52% from 255) = 31.12%

 BLUE value IS 137 (53.91% from 255) = 31.35%

R = 37.53%
G = 31.12%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A48889 (or 0xA48889) is known color: Turkish Rose. HEX triplet: A4, 88 and 89. RGB value is (164,136,137). Sum of RGB (Red+Green+Blue) = 164+136+137=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 137 (53.91% from 255 or 31.35% from 437); Max value from RGB is 164 - color contains mainly: red. Hex color #A48889 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48889 is #5B7776. Grayscale: #909090. Windows color (decimal): -5994359 or 9013412. OLE color: 9013412.

HSL color Cylindrical-coordinate representation of color #A48889: hue angle of 357.86º degrees, saturation: 0.13, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A48889 is Cyan = 0, Magento = 0.17, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 136 137 -
CMYK 0 0.17 0.16 0.36
HSL 357.86º 0.13% 0.59% -
HSV(B) 357.86º 0.17% 0.64% -
XYZ 28.63 27.31 27.43 -
YUV 144.49 123.78 141.92 -
System Red Green Blue C M Y K H S L
Decimal 164 136 137 0 0.17 0.16 0.36 357.86 0.13 0.59
Hex A4 88 89 0 11 10 24 166 D 3B
Octal 244 210 211 0 21 20 44 546 15 73
Binary 10100100 10001000 10001001 0 10001 10000 100100 101100110 1101 111011

Color Harmonies of #A48889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48889

Black with #A48889

Text Example


Text Example

White with #A48889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48889; }

 p { color: rgb(164,136,137); }

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

background-color css

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

 a { background-color: rgb(164,136,137); }

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

border-color css

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

 span { border-color: rgb(164,136,137); }

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