Html Css Color HEX #A88485 Turkish Rose

📋 copy color: '#A88485'

red 168 ◦ green 132 ◦ blue 133

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

Shades of Turkish Rose #A88485

Tints of Turkish Rose #A88485

RGB

 RED value IS 168 (66.02% from 255) = 38.8%

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

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

R = 38.8%
G = 30.48%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.34

RGB Variations

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

Color information

#A88485 (or 0xA88485) is known color: Turkish Rose. HEX triplet: A8, 84 and 85. RGB value is (168,132,133). Sum of RGB (Red+Green+Blue) = 168+132+133=433 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.80% from 433); Green value is 132 (51.95% from 255 or 30.48% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 168 - color contains mainly: red. Hex color #A88485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88485 is #577B7A. Grayscale: #8E8E8E. Windows color (decimal): -5733243 or 8750248. OLE color: 8750248.

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

Color convert

RGB 168 132 133 -
CMYK 0 0.21 0.21 0.34
HSL 358.33º 0.17% 0.59% -
HSV(B) 358.33º 0.21% 0.66% -
XYZ 28.63 26.52 25.8 -
YUV 142.88 122.43 145.92 -
System Red Green Blue C M Y K H S L
Decimal 168 132 133 0 0.21 0.21 0.34 358.33 0.17 0.59
Hex A8 84 85 0 15 15 22 166 11 3B
Octal 250 204 205 0 25 25 42 546 21 73
Binary 10101000 10000100 10000101 0 10101 10101 100010 101100110 10001 111011

Color Harmonies of #A88485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88485

Black with #A88485

Text Example


Text Example

White with #A88485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88485; }

 p { color: rgb(168,132,133); }

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

background-color css

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

 a { background-color: rgb(168,132,133); }

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

border-color css

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

 span { border-color: rgb(168,132,133); }

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