Html Css Color HEX #A28587 Turkish Rose

📋 copy color: '#A28587'

red 162 ◦ green 133 ◦ blue 135

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

Shades of Turkish Rose #A28587

Tints of Turkish Rose #A28587

RGB

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

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

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

R = 37.67%
G = 30.93%
B = 31.4%

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

#A28587 (or 0xA28587) is known color: Turkish Rose. HEX triplet: A2, 85 and 87. RGB value is (162,133,135). Sum of RGB (Red+Green+Blue) = 162+133+135=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 133 (52.34% from 255 or 30.93% from 430); Blue value is 135 (53.12% from 255 or 31.40% from 430); Max value from RGB is 162 - color contains mainly: red. Hex color #A28587 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28587 is #5D7A78. Grayscale: #8D8D8D. Windows color (decimal): -6126201 or 8881570. OLE color: 8881570.

HSL color Cylindrical-coordinate representation of color #A28587: hue angle of 355.86º 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 #A28587 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 133 135 -
CMYK 0 0.18 0.17 0.36
HSL 355.86º 0.13% 0.58% -
HSV(B) 355.86º 0.18% 0.64% -
XYZ 27.66 26.21 26.52 -
YUV 141.9 124.11 142.34 -
System Red Green Blue C M Y K H S L
Decimal 162 133 135 0 0.18 0.17 0.36 355.86 0.13 0.58
Hex A2 85 87 0 12 11 24 164 D 3A
Octal 242 205 207 0 22 21 44 544 15 72
Binary 10100010 10000101 10000111 0 10010 10001 100100 101100100 1101 111010

Color Harmonies of #A28587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28587

Black with #A28587

Text Example


Text Example

White with #A28587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28587; }

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

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

background-color css

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

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

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

border-color css

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

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

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