Html Css Color HEX #A98285 Turkish Rose

📋 copy color: '#A98285'

red 169 ◦ green 130 ◦ blue 133

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

Shades of Turkish Rose #A98285

Tints of Turkish Rose #A98285

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.09%

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

R = 39.12%
G = 30.09%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A98285 (or 0xA98285) is known color: Turkish Rose. HEX triplet: A9, 82 and 85. RGB value is (169,130,133). Sum of RGB (Red+Green+Blue) = 169+130+133=432 (57% of max value = 765). Red value is 169 (66.41% from 255 or 39.12% from 432); Green value is 130 (51.17% from 255 or 30.09% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 169 - color contains mainly: red. Hex color #A98285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A98285 is #567D7A. Grayscale: #8E8E8E. Windows color (decimal): -5668219 or 8749737. OLE color: 8749737.

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

Color convert

RGB 169 130 133 -
CMYK 0 0.23 0.21 0.34
HSL 355.38º 0.18% 0.59% -
HSV(B) 355.38º 0.23% 0.66% -
XYZ 28.58 26.09 25.72 -
YUV 142 122.92 147.26 -
System Red Green Blue C M Y K H S L
Decimal 169 130 133 0 0.23 0.21 0.34 355.38 0.18 0.59
Hex A9 82 85 0 17 15 22 163 12 3B
Octal 251 202 205 0 27 25 42 543 22 73
Binary 10101001 10000010 10000101 0 10111 10101 100010 101100011 10010 111011

Color Harmonies of #A98285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A98285

Black with #A98285

Text Example


Text Example

White with #A98285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A98285; }

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

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

background-color css

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

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

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

border-color css

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

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

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