Html Css Color HEX #A08789 Turkish Rose

📋 copy color: '#A08789'

red 160 ◦ green 135 ◦ blue 137

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

Shades of Turkish Rose #A08789

Tints of Turkish Rose #A08789

RGB

 RED value IS 160 (62.89% from 255) = 37.04%

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

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

R = 37.04%
G = 31.25%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A08789 (or 0xA08789) is known color: Turkish Rose. HEX triplet: A0, 87 and 89. RGB value is (160,135,137). Sum of RGB (Red+Green+Blue) = 160+135+137=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 135 (53.12% from 255 or 31.25% from 432); Blue value is 137 (53.91% from 255 or 31.71% from 432); Max value from RGB is 160 - color contains mainly: red. Hex color #A08789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A08789 is #5F7876. Grayscale: #8E8E8E. Windows color (decimal): -6256759 or 9013152. OLE color: 9013152.

HSL color Cylindrical-coordinate representation of color #A08789: hue angle of 355.2º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A08789 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 135 137 -
CMYK 0 0.16 0.14 0.37
HSL 355.2º 0.12% 0.58% -
HSV(B) 355.2º 0.16% 0.63% -
XYZ 27.68 26.61 27.34 -
YUV 142.7 124.78 140.34 -
System Red Green Blue C M Y K H S L
Decimal 160 135 137 0 0.16 0.14 0.37 355.2 0.12 0.58
Hex A0 87 89 0 10 E 25 163 C 3A
Octal 240 207 211 0 20 16 45 543 14 72
Binary 10100000 10000111 10001001 0 10000 1110 100101 101100011 1100 111010

Color Harmonies of #A08789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A08789

Black with #A08789

Text Example


Text Example

White with #A08789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A08789; }

 p { color: rgb(160,135,137); }

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

background-color css

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

 a { background-color: rgb(160,135,137); }

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

border-color css

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

 span { border-color: rgb(160,135,137); }

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