Html Css Color HEX #A28589 Turkish Rose

📋 copy color: '#A28589'

red 162 ◦ green 133 ◦ blue 137

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

Shades of Turkish Rose #A28589

Tints of Turkish Rose #A28589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31.71%

R = 37.5%
G = 30.79%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A28589 (or 0xA28589) is known color: Turkish Rose. HEX triplet: A2, 85 and 89. RGB value is (162,133,137). Sum of RGB (Red+Green+Blue) = 162+133+137=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 137 (53.91% from 255 or 31.71% from 432); Max value from RGB is 162 - color contains mainly: red. Hex color #A28589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28589 is #5D7A76. Grayscale: #8E8E8E. Windows color (decimal): -6126199 or 9012642. OLE color: 9012642.

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

Color convert

RGB 162 133 137 -
CMYK 0 0.18 0.15 0.36
HSL 351.72º 0.13% 0.58% -
HSV(B) 351.72º 0.18% 0.64% -
XYZ 27.8 26.26 27.27 -
YUV 142.13 125.11 142.17 -
System Red Green Blue C M Y K H S L
Decimal 162 133 137 0 0.18 0.15 0.36 351.72 0.13 0.58
Hex A2 85 89 0 12 F 24 160 D 3A
Octal 242 205 211 0 22 17 44 540 15 72
Binary 10100010 10000101 10001001 0 10010 1111 100100 101100000 1101 111010

Color Harmonies of #A28589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28589

Black with #A28589

Text Example


Text Example

White with #A28589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28589; }

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

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

background-color css

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

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

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

border-color css

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

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

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