Html Css Color HEX #A98487 Turkish Rose

📋 copy color: '#A98487'

red 169 ◦ green 132 ◦ blue 135

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

Shades of Turkish Rose #A98487

Tints of Turkish Rose #A98487

RGB

 RED value IS 169 (66.41% from 255) = 38.76%

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

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

R = 38.76%
G = 30.28%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.34

RGB Variations

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

Color information

#A98487 (or 0xA98487) is known color: Turkish Rose. HEX triplet: A9, 84 and 87. RGB value is (169,132,135). Sum of RGB (Red+Green+Blue) = 169+132+135=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 135 (53.12% from 255 or 30.96% from 436); Max value from RGB is 169 - color contains mainly: red. Hex color #A98487 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98487 is #567B78. Grayscale: #8F8F8F. Windows color (decimal): -5667705 or 8881321. OLE color: 8881321.

HSL color Cylindrical-coordinate representation of color #A98487: hue angle of 355.14º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A98487 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 132 135 -
CMYK 0 0.22 0.20 0.34
HSL 355.14º 0.18% 0.59% -
HSV(B) 355.14º 0.22% 0.66% -
XYZ 28.99 26.69 26.54 -
YUV 143.41 123.26 146.26 -
System Red Green Blue C M Y K H S L
Decimal 169 132 135 0 0.22 0.20 0.34 355.14 0.18 0.59
Hex A9 84 87 0 16 14 22 163 12 3B
Octal 251 204 207 0 26 24 42 543 22 73
Binary 10101001 10000100 10000111 0 10110 10100 100010 101100011 10010 111011

Color Harmonies of #A98487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98487

Black with #A98487

Text Example


Text Example

White with #A98487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98487; }

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

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

background-color css

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

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

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

border-color css

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

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

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