Html Css Color HEX #A5898B Turkish Rose

📋 copy color: '#A5898B'

red 165 ◦ green 137 ◦ blue 139

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

Shades of Turkish Rose #A5898B

Tints of Turkish Rose #A5898B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.07%

 BLUE value IS 139 (54.69% from 255) = 31.52%

R = 37.41%
G = 31.07%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A5898B (or 0xA5898B) is known color: Turkish Rose. HEX triplet: A5, 89 and 8B. RGB value is (165,137,139). Sum of RGB (Red+Green+Blue) = 165+137+139=441 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.41% from 441); Green value is 137 (53.91% from 255 or 31.07% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 165 - color contains mainly: red. Hex color #A5898B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5898B is #5A7674. Grayscale: #919191. Windows color (decimal): -5928565 or 9144741. OLE color: 9144741.

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

Color convert

RGB 165 137 139 -
CMYK 0 0.17 0.16 0.35
HSL 355.71º 0.13% 0.59% -
HSV(B) 355.71º 0.17% 0.65% -
XYZ 29.12 27.75 28.25 -
YUV 145.6 124.28 141.84 -
System Red Green Blue C M Y K H S L
Decimal 165 137 139 0 0.17 0.16 0.35 355.71 0.13 0.59
Hex A5 89 8B 0 11 10 23 164 D 3B
Octal 245 211 213 0 21 20 43 544 15 73
Binary 10100101 10001001 10001011 0 10001 10000 100011 101100100 1101 111011

Color Harmonies of #A5898B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5898B

Black with #A5898B

Text Example


Text Example

White with #A5898B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5898B; }

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

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

background-color css

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

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

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

border-color css

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

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

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