Html Css Color HEX #A5888A Turkish Rose

📋 copy color: '#A5888A'

red 165 ◦ green 136 ◦ blue 138

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

Shades of Turkish Rose #A5888A

Tints of Turkish Rose #A5888A

RGB

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

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

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

R = 37.59%
G = 30.98%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.35

RGB Variations

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

Color information

#A5888A (or 0xA5888A) is known color: Turkish Rose. HEX triplet: A5, 88 and 8A. RGB value is (165,136,138). Sum of RGB (Red+Green+Blue) = 165+136+138=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 136 (53.52% from 255 or 30.98% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 165 - color contains mainly: red. Hex color #A5888A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A5888A is #5A7775. Grayscale: #909090. Windows color (decimal): -5928822 or 9078949. OLE color: 9078949.

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

Color convert

RGB 165 136 138 -
CMYK 0 0.18 0.16 0.35
HSL 355.86º 0.14% 0.59% -
HSV(B) 355.86º 0.18% 0.65% -
XYZ 28.91 27.44 27.82 -
YUV 144.9 124.11 142.34 -
System Red Green Blue C M Y K H S L
Decimal 165 136 138 0 0.18 0.16 0.35 355.86 0.14 0.59
Hex A5 88 8A 0 12 10 23 164 E 3B
Octal 245 210 212 0 22 20 43 544 16 73
Binary 10100101 10001000 10001010 0 10010 10000 100011 101100100 1110 111011

Color Harmonies of #A5888A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5888A

Black with #A5888A

Text Example


Text Example

White with #A5888A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5888A; }

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

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

background-color css

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

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

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

border-color css

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

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

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