Html Css Color HEX #A48688 Turkish Rose

📋 copy color: '#A48688'

red 164 ◦ green 134 ◦ blue 136

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

Shades of Turkish Rose #A48688

Tints of Turkish Rose #A48688

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.88%

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

R = 37.79%
G = 30.88%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A48688 (or 0xA48688) is known color: Turkish Rose. HEX triplet: A4, 86 and 88. RGB value is (164,134,136). Sum of RGB (Red+Green+Blue) = 164+134+136=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 164 - color contains mainly: red. Hex color #A48688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48688 is #5B7977. Grayscale: #8F8F8F. Windows color (decimal): -5994872 or 8947364. OLE color: 8947364.

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

Color convert

RGB 164 134 136 -
CMYK 0 0.18 0.17 0.36
HSL 356º 0.14% 0.58% -
HSV(B) 356º 0.18% 0.64% -
XYZ 28.28 26.72 26.96 -
YUV 143.2 123.94 142.84 -
System Red Green Blue C M Y K H S L
Decimal 164 134 136 0 0.18 0.17 0.36 356 0.14 0.58
Hex A4 86 88 0 12 11 24 164 E 3A
Octal 244 206 210 0 22 21 44 544 16 72
Binary 10100100 10000110 10001000 0 10010 10001 100100 101100100 1110 111010

Color Harmonies of #A48688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48688

Black with #A48688

Text Example


Text Example

White with #A48688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48688; }

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

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

background-color css

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

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

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

border-color css

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

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

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