Html Css Color HEX #A48588 Turkish Rose

📋 copy color: '#A48588'

red 164 ◦ green 133 ◦ blue 136

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

Shades of Turkish Rose #A48588

Tints of Turkish Rose #A48588

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.72%

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

R = 37.88%
G = 30.72%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A48588 (or 0xA48588) is known color: Turkish Rose. HEX triplet: A4, 85 and 88. RGB value is (164,133,136). Sum of RGB (Red+Green+Blue) = 164+133+136=433 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.88% from 433); Green value is 133 (52.34% from 255 or 30.72% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 164 - color contains mainly: red. Hex color #A48588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48588 is #5B7A77. Grayscale: #8E8E8E. Windows color (decimal): -5995128 or 8947108. OLE color: 8947108.

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

Color convert

RGB 164 133 136 -
CMYK 0 0.19 0.17 0.36
HSL 354.19º 0.15% 0.58% -
HSV(B) 354.19º 0.19% 0.64% -
XYZ 28.14 26.45 26.91 -
YUV 142.61 124.27 143.26 -
System Red Green Blue C M Y K H S L
Decimal 164 133 136 0 0.19 0.17 0.36 354.19 0.15 0.58
Hex A4 85 88 0 13 11 24 162 F 3A
Octal 244 205 210 0 23 21 44 542 17 72
Binary 10100100 10000101 10001000 0 10011 10001 100100 101100010 1111 111010

Color Harmonies of #A48588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48588

Black with #A48588

Text Example


Text Example

White with #A48588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48588; }

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

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

background-color css

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

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

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

border-color css

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

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

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