Html Css Color HEX #A28689 Turkish Rose

📋 copy color: '#A28689'

red 162 ◦ green 134 ◦ blue 137

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

Shades of Turkish Rose #A28689

Tints of Turkish Rose #A28689

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.95%

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

R = 37.41%
G = 30.95%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#A28689 (or 0xA28689) is known color: Turkish Rose. HEX triplet: A2, 86 and 89. RGB value is (162,134,137). Sum of RGB (Red+Green+Blue) = 162+134+137=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 137 (53.91% from 255 or 31.64% from 433); Max value from RGB is 162 - color contains mainly: red. Hex color #A28689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28689 is #5D7976. Grayscale: #8E8E8E. Windows color (decimal): -6125943 or 9012898. OLE color: 9012898.

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

Color convert

RGB 162 134 137 -
CMYK 0 0.17 0.15 0.36
HSL 353.57º 0.13% 0.58% -
HSV(B) 353.57º 0.17% 0.64% -
XYZ 27.94 26.54 27.32 -
YUV 142.71 124.78 141.76 -
System Red Green Blue C M Y K H S L
Decimal 162 134 137 0 0.17 0.15 0.36 353.57 0.13 0.58
Hex A2 86 89 0 11 F 24 162 D 3A
Octal 242 206 211 0 21 17 44 542 15 72
Binary 10100010 10000110 10001001 0 10001 1111 100100 101100010 1101 111010

Color Harmonies of #A28689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28689

Black with #A28689

Text Example


Text Example

White with #A28689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28689; }

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

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

background-color css

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

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

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

border-color css

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

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

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