Html Css Color HEX #A4898A Turkish Rose

📋 copy color: '#A4898A'

red 164 ◦ green 137 ◦ blue 138

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

Shades of Turkish Rose #A4898A

Tints of Turkish Rose #A4898A

RGB

 RED value IS 164 (64.45% from 255) = 37.36%

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

 BLUE value IS 138 (54.3% from 255) = 31.44%

R = 37.36%
G = 31.21%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A4898A (or 0xA4898A) is known color: Turkish Rose. HEX triplet: A4, 89 and 8A. RGB value is (164,137,138). Sum of RGB (Red+Green+Blue) = 164+137+138=439 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.36% from 439); Green value is 137 (53.91% from 255 or 31.21% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 164 - color contains mainly: red. Hex color #A4898A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4898A is #5B7675. Grayscale: #919191. Windows color (decimal): -5994102 or 9079204. OLE color: 9079204.

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

Color convert

RGB 164 137 138 -
CMYK 0 0.16 0.16 0.36
HSL 357.78º 0.13% 0.59% -
HSV(B) 357.78º 0.16% 0.64% -
XYZ 28.84 27.62 27.86 -
YUV 145.19 123.95 141.42 -
System Red Green Blue C M Y K H S L
Decimal 164 137 138 0 0.16 0.16 0.36 357.78 0.13 0.59
Hex A4 89 8A 0 10 10 24 166 D 3B
Octal 244 211 212 0 20 20 44 546 15 73
Binary 10100100 10001001 10001010 0 10000 10000 100100 101100110 1101 111011

Color Harmonies of #A4898A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4898A

Black with #A4898A

Text Example


Text Example

White with #A4898A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4898A; }

 p { color: rgb(164,137,138); }

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

background-color css

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

 a { background-color: rgb(164,137,138); }

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

border-color css

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

 span { border-color: rgb(164,137,138); }

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