Html Css Color HEX #A48384 Turkish Rose

📋 copy color: '#A48384'

red 164 ◦ green 131 ◦ blue 132

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

Shades of Turkish Rose #A48384

Tints of Turkish Rose #A48384

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.68%

 BLUE value IS 132 (51.95% from 255) = 30.91%

R = 38.41%
G = 30.68%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A48384 (or 0xA48384) is known color: Turkish Rose. HEX triplet: A4, 83 and 84. RGB value is (164,131,132). Sum of RGB (Red+Green+Blue) = 164+131+132=427 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.41% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 164 - color contains mainly: red. Hex color #A48384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48384 is #5B7C7B. Grayscale: #8D8D8D. Windows color (decimal): -5995644 or 8684452. OLE color: 8684452.

HSL color Cylindrical-coordinate representation of color #A48384: hue angle of 358.18º 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 #A48384 is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 131 132 -
CMYK 0 0.20 0.20 0.36
HSL 358.18º 0.15% 0.58% -
HSV(B) 358.18º 0.2% 0.64% -
XYZ 27.59 25.79 25.35 -
YUV 140.98 122.93 144.42 -
System Red Green Blue C M Y K H S L
Decimal 164 131 132 0 0.20 0.20 0.36 358.18 0.15 0.58
Hex A4 83 84 0 14 14 24 166 F 3A
Octal 244 203 204 0 24 24 44 546 17 72
Binary 10100100 10000011 10000100 0 10100 10100 100100 101100110 1111 111010

Color Harmonies of #A48384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48384

Black with #A48384

Text Example


Text Example

White with #A48384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48384; }

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

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

background-color css

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

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

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

border-color css

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

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

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