Html Css Color HEX #A58689 Turkish Rose

📋 copy color: '#A58689'

red 165 ◦ green 134 ◦ blue 137

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

Shades of Turkish Rose #A58689

Tints of Turkish Rose #A58689

RGB

 RED value IS 165 (64.84% from 255) = 37.84%

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

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

R = 37.84%
G = 30.73%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A58689 (or 0xA58689) is known color: Turkish Rose. HEX triplet: A5, 86 and 89. RGB value is (165,134,137). Sum of RGB (Red+Green+Blue) = 165+134+137=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 165 - color contains mainly: red. Hex color #A58689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58689 is #5A7976. Grayscale: #8F8F8F. Windows color (decimal): -5929335 or 9012901. OLE color: 9012901.

HSL color Cylindrical-coordinate representation of color #A58689: hue angle of 354.19º degrees, saturation: 0.15, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A58689 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 134 137 -
CMYK 0 0.19 0.17 0.35
HSL 354.19º 0.15% 0.59% -
HSV(B) 354.19º 0.19% 0.65% -
XYZ 28.56 26.86 27.35 -
YUV 143.61 124.27 143.26 -
System Red Green Blue C M Y K H S L
Decimal 165 134 137 0 0.19 0.17 0.35 354.19 0.15 0.59
Hex A5 86 89 0 13 11 23 162 F 3B
Octal 245 206 211 0 23 21 43 542 17 73
Binary 10100101 10000110 10001001 0 10011 10001 100011 101100010 1111 111011

Color Harmonies of #A58689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58689

Black with #A58689

Text Example


Text Example

White with #A58689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58689; }

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

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

background-color css

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

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

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

border-color css

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

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

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