Html Css Color HEX #A28586 Turkish Rose

📋 copy color: '#A28586'

red 162 ◦ green 133 ◦ blue 134

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

Shades of Turkish Rose #A28586

Tints of Turkish Rose #A28586

RGB

 RED value IS 162 (63.67% from 255) = 37.76%

 GREEN value IS 133 (52.34% from 255) = 31%

 BLUE value IS 134 (52.73% from 255) = 31.24%

R = 37.76%
G = 31%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A28586 (or 0xA28586) is known color: Turkish Rose. HEX triplet: A2, 85 and 86. RGB value is (162,133,134). Sum of RGB (Red+Green+Blue) = 162+133+134=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 134 (52.73% from 255 or 31.24% from 429); Max value from RGB is 162 - color contains mainly: red. Hex color #A28586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28586 is #5D7A79. Grayscale: #8D8D8D. Windows color (decimal): -6126202 or 8816034. OLE color: 8816034.

HSL color Cylindrical-coordinate representation of color #A28586: hue angle of 357.93º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A28586 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 133 134 -
CMYK 0 0.18 0.17 0.36
HSL 357.93º 0.13% 0.58% -
HSV(B) 357.93º 0.18% 0.64% -
XYZ 27.59 26.18 26.15 -
YUV 141.79 123.61 142.42 -
System Red Green Blue C M Y K H S L
Decimal 162 133 134 0 0.18 0.17 0.36 357.93 0.13 0.58
Hex A2 85 86 0 12 11 24 166 D 3A
Octal 242 205 206 0 22 21 44 546 15 72
Binary 10100010 10000101 10000110 0 10010 10001 100100 101100110 1101 111010

Color Harmonies of #A28586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28586

Black with #A28586

Text Example


Text Example

White with #A28586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28586; }

 p { color: rgb(162,133,134); }

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

background-color css

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

 a { background-color: rgb(162,133,134); }

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

border-color css

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

 span { border-color: rgb(162,133,134); }

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