Html Css Color HEX #A48485 Turkish Rose

📋 copy color: '#A48485'

red 164 ◦ green 132 ◦ blue 133

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

Shades of Turkish Rose #A48485

Tints of Turkish Rose #A48485

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.77%

 BLUE value IS 133 (52.34% from 255) = 31%

R = 38.23%
G = 30.77%
B = 31%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A48485 (or 0xA48485) is known color: Turkish Rose. HEX triplet: A4, 84 and 85. RGB value is (164,132,133). Sum of RGB (Red+Green+Blue) = 164+132+133=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 133 (52.34% from 255 or 31.00% from 429); Max value from RGB is 164 - color contains mainly: red. Hex color #A48485 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48485 is #5B7B7A. Grayscale: #8D8D8D. Windows color (decimal): -5995387 or 8750244. OLE color: 8750244.

HSL color Cylindrical-coordinate representation of color #A48485: hue angle of 358.12º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A48485 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 132 133 -
CMYK 0 0.20 0.19 0.36
HSL 358.13º 0.15% 0.58% -
HSV(B) 358.13º 0.2% 0.64% -
XYZ 27.79 26.09 25.76 -
YUV 141.68 123.1 143.92 -
System Red Green Blue C M Y K H S L
Decimal 164 132 133 0 0.20 0.19 0.36 358.13 0.15 0.58
Hex A4 84 85 0 14 13 24 166 F 3A
Octal 244 204 205 0 24 23 44 546 17 72
Binary 10100100 10000100 10000101 0 10100 10011 100100 101100110 1111 111010

Color Harmonies of #A48485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48485

Black with #A48485

Text Example


Text Example

White with #A48485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48485; }

 p { color: rgb(164,132,133); }

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

background-color css

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

 a { background-color: rgb(164,132,133); }

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

border-color css

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

 span { border-color: rgb(164,132,133); }

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