Html Css Color HEX #A48689 Turkish Rose

📋 copy color: '#A48689'

red 164 ◦ green 134 ◦ blue 137

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

Shades of Turkish Rose #A48689

Tints of Turkish Rose #A48689

RGB

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

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

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

R = 37.7%
G = 30.8%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A48689 (or 0xA48689) is known color: Turkish Rose. HEX triplet: A4, 86 and 89. RGB value is (164,134,137). Sum of RGB (Red+Green+Blue) = 164+134+137=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 137 (53.91% from 255 or 31.49% from 435); Max value from RGB is 164 - color contains mainly: red. Hex color #A48689 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48689 is #5B7976. Grayscale: #8F8F8F. Windows color (decimal): -5994871 or 9012900. OLE color: 9012900.

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

Color convert

RGB 164 134 137 -
CMYK 0 0.18 0.16 0.36
HSL 354º 0.14% 0.58% -
HSV(B) 354º 0.18% 0.64% -
XYZ 28.35 26.75 27.34 -
YUV 143.31 124.44 142.76 -
System Red Green Blue C M Y K H S L
Decimal 164 134 137 0 0.18 0.16 0.36 354 0.14 0.58
Hex A4 86 89 0 12 10 24 162 E 3A
Octal 244 206 211 0 22 20 44 542 16 72
Binary 10100100 10000110 10001001 0 10010 10000 100100 101100010 1110 111010

Color Harmonies of #A48689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48689

Black with #A48689

Text Example


Text Example

White with #A48689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48689; }

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

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

background-color css

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

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

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

border-color css

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

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

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