Html Css Color HEX #A58384 Turkish Rose

📋 copy color: '#A58384'

red 165 ◦ green 131 ◦ blue 132

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

Shades of Turkish Rose #A58384

Tints of Turkish Rose #A58384

RGB

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

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

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

R = 38.55%
G = 30.61%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A58384 (or 0xA58384) is known color: Turkish Rose. HEX triplet: A5, 83 and 84. RGB value is (165,131,132). Sum of RGB (Red+Green+Blue) = 165+131+132=428 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.55% from 428); Green value is 131 (51.56% from 255 or 30.61% from 428); Blue value is 132 (51.95% from 255 or 30.84% from 428); Max value from RGB is 165 - color contains mainly: red. Hex color #A58384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58384 is #5A7C7B. Grayscale: #8D8D8D. Windows color (decimal): -5930108 or 8684453. OLE color: 8684453.

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

Color convert

RGB 165 131 132 -
CMYK 0 0.21 0.20 0.35
HSL 358.24º 0.16% 0.58% -
HSV(B) 358.24º 0.21% 0.65% -
XYZ 27.8 25.9 25.36 -
YUV 141.28 122.76 144.92 -
System Red Green Blue C M Y K H S L
Decimal 165 131 132 0 0.21 0.20 0.35 358.24 0.16 0.58
Hex A5 83 84 0 15 14 23 166 10 3A
Octal 245 203 204 0 25 24 43 546 20 72
Binary 10100101 10000011 10000100 0 10101 10100 100011 101100110 10000 111010

Color Harmonies of #A58384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58384

Black with #A58384

Text Example


Text Example

White with #A58384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58384; }

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

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

background-color css

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

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

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

border-color css

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

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

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