Html Css Color HEX #A4888A Turkish Rose

📋 copy color: '#A4888A'

red 164 ◦ green 136 ◦ blue 138

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

Shades of Turkish Rose #A4888A

Tints of Turkish Rose #A4888A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.05%

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

R = 37.44%
G = 31.05%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#A4888A (or 0xA4888A) is known color: Turkish Rose. HEX triplet: A4, 88 and 8A. RGB value is (164,136,138). Sum of RGB (Red+Green+Blue) = 164+136+138=438 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.44% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 164 - color contains mainly: red. Hex color #A4888A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4888A is #5B7775. Grayscale: #909090. Windows color (decimal): -5994358 or 9078948. OLE color: 9078948.

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

Color convert

RGB 164 136 138 -
CMYK 0 0.17 0.16 0.36
HSL 355.71º 0.13% 0.59% -
HSV(B) 355.71º 0.17% 0.64% -
XYZ 28.7 27.34 27.81 -
YUV 144.6 124.28 141.84 -
System Red Green Blue C M Y K H S L
Decimal 164 136 138 0 0.17 0.16 0.36 355.71 0.13 0.59
Hex A4 88 8A 0 11 10 24 164 D 3B
Octal 244 210 212 0 21 20 44 544 15 73
Binary 10100100 10001000 10001010 0 10001 10000 100100 101100100 1101 111011

Color Harmonies of #A4888A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4888A

Black with #A4888A

Text Example


Text Example

White with #A4888A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4888A; }

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

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

background-color css

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

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

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

border-color css

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

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

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