Html Css Color HEX #A48487 Turkish Rose

📋 copy color: '#A48487'

red 164 ◦ green 132 ◦ blue 135

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

Shades of Turkish Rose #A48487

Tints of Turkish Rose #A48487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 31.32%

R = 38.05%
G = 30.63%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#A48487 (or 0xA48487) is known color: Turkish Rose. HEX triplet: A4, 84 and 87. RGB value is (164,132,135). Sum of RGB (Red+Green+Blue) = 164+132+135=431 (57% of max value = 765). Red value is 164 (64.45% from 255 or 38.05% from 431); Green value is 132 (51.95% from 255 or 30.63% from 431); Blue value is 135 (53.12% from 255 or 31.32% from 431); Max value from RGB is 164 - color contains mainly: red. Hex color #A48487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48487 is #5B7B78. Grayscale: #8D8D8D. Windows color (decimal): -5995385 or 8881316. OLE color: 8881316.

HSL color Cylindrical-coordinate representation of color #A48487: hue angle of 354.38º 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 #A48487 is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 132 135 -
CMYK 0 0.20 0.18 0.36
HSL 354.38º 0.15% 0.58% -
HSV(B) 354.38º 0.2% 0.64% -
XYZ 27.93 26.14 26.5 -
YUV 141.91 124.1 143.76 -
System Red Green Blue C M Y K H S L
Decimal 164 132 135 0 0.20 0.18 0.36 354.38 0.15 0.58
Hex A4 84 87 0 14 12 24 162 F 3A
Octal 244 204 207 0 24 22 44 542 17 72
Binary 10100100 10000100 10000111 0 10100 10010 100100 101100010 1111 111010

Color Harmonies of #A48487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48487

Black with #A48487

Text Example


Text Example

White with #A48487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48487; }

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

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

background-color css

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

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

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

border-color css

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

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

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