Html Css Color HEX #A28C8D Turkish Rose

📋 copy color: '#A28C8D'

red 162 ◦ green 140 ◦ blue 141

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

Shades of Turkish Rose #A28C8D

Tints of Turkish Rose #A28C8D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.6%

 BLUE value IS 141 (55.47% from 255) = 31.83%

R = 36.57%
G = 31.6%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#A28C8D (or 0xA28C8D) is known color: Turkish Rose. HEX triplet: A2, 8C and 8D. RGB value is (162,140,141). Sum of RGB (Red+Green+Blue) = 162+140+141=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 140 (55.08% from 255 or 31.60% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 162 - color contains mainly: red. Hex color #A28C8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28C8D is #5D7372. Grayscale: #929292. Windows color (decimal): -6124403 or 9276578. OLE color: 9276578.

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

Color convert

RGB 162 140 141 -
CMYK 0 0.14 0.13 0.36
HSL 357.27º 0.11% 0.59% -
HSV(B) 357.27º 0.14% 0.64% -
XYZ 29.09 28.36 29.14 -
YUV 146.69 124.79 138.92 -
System Red Green Blue C M Y K H S L
Decimal 162 140 141 0 0.14 0.13 0.36 357.27 0.11 0.59
Hex A2 8C 8D 0 E D 24 165 B 3B
Octal 242 214 215 0 16 15 44 545 13 73
Binary 10100010 10001100 10001101 0 1110 1101 100100 101100101 1011 111011

Color Harmonies of #A28C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28C8D

Black with #A28C8D

Text Example


Text Example

White with #A28C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28C8D; }

 p { color: rgb(162,140,141); }

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

background-color css

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

 a { background-color: rgb(162,140,141); }

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

border-color css

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

 span { border-color: rgb(162,140,141); }

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