Html Css Color HEX #A98385 Turkish Rose

📋 copy color: '#A98385'

red 169 ◦ green 131 ◦ blue 133

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

Shades of Turkish Rose #A98385

Tints of Turkish Rose #A98385

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.25%

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

R = 39.03%
G = 30.25%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A98385 (or 0xA98385) is known color: Turkish Rose. HEX triplet: A9, 83 and 85. RGB value is (169,131,133). Sum of RGB (Red+Green+Blue) = 169+131+133=433 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.03% from 433); Green value is 131 (51.56% from 255 or 30.25% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 169 - color contains mainly: red. Hex color #A98385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98385 is #567C7A. Grayscale: #8E8E8E. Windows color (decimal): -5667963 or 8749993. OLE color: 8749993.

HSL color Cylindrical-coordinate representation of color #A98385: hue angle of 356.84º 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 #A98385 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 131 133 -
CMYK 0 0.22 0.21 0.34
HSL 356.84º 0.18% 0.59% -
HSV(B) 356.84º 0.22% 0.66% -
XYZ 28.71 26.36 25.77 -
YUV 142.59 122.59 146.84 -
System Red Green Blue C M Y K H S L
Decimal 169 131 133 0 0.22 0.21 0.34 356.84 0.18 0.59
Hex A9 83 85 0 16 15 22 165 12 3B
Octal 251 203 205 0 26 25 42 545 22 73
Binary 10101001 10000011 10000101 0 10110 10101 100010 101100101 10010 111011

Color Harmonies of #A98385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98385

Black with #A98385

Text Example


Text Example

White with #A98385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98385; }

 p { color: rgb(169,131,133); }

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

background-color css

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

 a { background-color: rgb(169,131,133); }

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

border-color css

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

 span { border-color: rgb(169,131,133); }

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