Html Css Color HEX #A48488 Turkish Rose

📋 copy color: '#A48488'

red 164 ◦ green 132 ◦ blue 136

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

Shades of Turkish Rose #A48488

Tints of Turkish Rose #A48488

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.56%

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

R = 37.96%
G = 30.56%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A48488 (or 0xA48488) is known color: Turkish Rose. HEX triplet: A4, 84 and 88. RGB value is (164,132,136). Sum of RGB (Red+Green+Blue) = 164+132+136=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 136 (53.52% from 255 or 31.48% from 432); Max value from RGB is 164 - color contains mainly: red. Hex color #A48488 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48488 is #5B7B77. Grayscale: #8E8E8E. Windows color (decimal): -5995384 or 8946852. OLE color: 8946852.

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

Color convert

RGB 164 132 136 -
CMYK 0 0.20 0.17 0.36
HSL 352.5º 0.15% 0.58% -
HSV(B) 352.5º 0.2% 0.64% -
XYZ 28.01 26.17 26.87 -
YUV 142.02 124.6 143.67 -
System Red Green Blue C M Y K H S L
Decimal 164 132 136 0 0.20 0.17 0.36 352.5 0.15 0.58
Hex A4 84 88 0 14 11 24 160 F 3A
Octal 244 204 210 0 24 21 44 540 17 72
Binary 10100100 10000100 10001000 0 10100 10001 100100 101100000 1111 111010

Color Harmonies of #A48488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48488

Black with #A48488

Text Example


Text Example

White with #A48488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48488; }

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

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

background-color css

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

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

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

border-color css

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

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

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