Html Css Color HEX #A28287 Turkish Rose

📋 copy color: '#A28287'

red 162 ◦ green 130 ◦ blue 135

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

Shades of Turkish Rose #A28287

Tints of Turkish Rose #A28287

RGB

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

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

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

R = 37.94%
G = 30.44%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#A28287 (or 0xA28287) is known color: Turkish Rose. HEX triplet: A2, 82 and 87. RGB value is (162,130,135). Sum of RGB (Red+Green+Blue) = 162+130+135=427 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.94% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 135 (53.12% from 255 or 31.62% from 427); Max value from RGB is 162 - color contains mainly: red. Hex color #A28287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28287 is #5D7D78. Grayscale: #8C8C8C. Windows color (decimal): -6126969 or 8880802. OLE color: 8880802.

HSL color Cylindrical-coordinate representation of color #A28287: hue angle of 350.62º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A28287 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 130 135 -
CMYK 0 0.20 0.17 0.36
HSL 350.63º 0.15% 0.57% -
HSV(B) 350.63º 0.2% 0.64% -
XYZ 27.26 25.4 26.39 -
YUV 140.14 125.1 143.59 -
System Red Green Blue C M Y K H S L
Decimal 162 130 135 0 0.20 0.17 0.36 350.63 0.15 0.57
Hex A2 82 87 0 14 11 24 15F F 39
Octal 242 202 207 0 24 21 44 537 17 71
Binary 10100010 10000010 10000111 0 10100 10001 100100 101011111 1111 111001

Color Harmonies of #A28287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28287

Black with #A28287

Text Example


Text Example

White with #A28287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28287; }

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

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

background-color css

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

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

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

border-color css

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

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

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