Html Css Color HEX #A28788 Turkish Rose

📋 copy color: '#A28788'

red 162 ◦ green 135 ◦ blue 136

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

Shades of Turkish Rose #A28788

Tints of Turkish Rose #A28788

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.18%

 BLUE value IS 136 (53.52% from 255) = 31.41%

R = 37.41%
G = 31.18%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A28788 (or 0xA28788) is known color: Turkish Rose. HEX triplet: A2, 87 and 88. RGB value is (162,135,136). Sum of RGB (Red+Green+Blue) = 162+135+136=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 135 (53.12% from 255 or 31.18% from 433); Blue value is 136 (53.52% from 255 or 31.41% from 433); Max value from RGB is 162 - color contains mainly: red. Hex color #A28788 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28788 is #5D7877. Grayscale: #8F8F8F. Windows color (decimal): -6125688 or 8947618. OLE color: 8947618.

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

Color convert

RGB 162 135 136 -
CMYK 0 0.17 0.16 0.36
HSL 357.78º 0.13% 0.58% -
HSV(B) 357.78º 0.17% 0.64% -
XYZ 28.01 26.79 26.99 -
YUV 143.19 123.95 141.42 -
System Red Green Blue C M Y K H S L
Decimal 162 135 136 0 0.17 0.16 0.36 357.78 0.13 0.58
Hex A2 87 88 0 11 10 24 166 D 3A
Octal 242 207 210 0 21 20 44 546 15 72
Binary 10100010 10000111 10001000 0 10001 10000 100100 101100110 1101 111010

Color Harmonies of #A28788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28788

Black with #A28788

Text Example


Text Example

White with #A28788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28788; }

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

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

background-color css

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

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

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

border-color css

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

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

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