Html Css Color HEX #A58284 Turkish Rose

📋 copy color: '#A58284'

red 165 ◦ green 130 ◦ blue 132

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

Shades of Turkish Rose #A58284

Tints of Turkish Rose #A58284

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.44%

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

R = 38.64%
G = 30.44%
B = 30.91%

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

#A58284 (or 0xA58284) is known color: Turkish Rose. HEX triplet: A5, 82 and 84. RGB value is (165,130,132). Sum of RGB (Red+Green+Blue) = 165+130+132=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 130 (51.17% from 255 or 30.44% from 427); Blue value is 132 (51.95% from 255 or 30.91% from 427); Max value from RGB is 165 - color contains mainly: red. Hex color #A58284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58284 is #5A7D7B. Grayscale: #8C8C8C. Windows color (decimal): -5930364 or 8684197. OLE color: 8684197.

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

Color convert

RGB 165 130 132 -
CMYK 0 0.21 0.20 0.35
HSL 356.57º 0.16% 0.58% -
HSV(B) 356.57º 0.21% 0.65% -
XYZ 27.66 25.63 25.32 -
YUV 140.69 123.1 145.34 -
System Red Green Blue C M Y K H S L
Decimal 165 130 132 0 0.21 0.20 0.35 356.57 0.16 0.58
Hex A5 82 84 0 15 14 23 165 10 3A
Octal 245 202 204 0 25 24 43 545 20 72
Binary 10100101 10000010 10000100 0 10101 10100 100011 101100101 10000 111010

Color Harmonies of #A58284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58284

Black with #A58284

Text Example


Text Example

White with #A58284

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58284; }

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

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

background-color css

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

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

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

border-color css

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

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

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