Html Css Color HEX #A5573D Sepia

📋 copy color: '#A5573D'

red 165 ◦ green 87 ◦ blue 61

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

Shades of Sepia #A5573D

Tints of Sepia #A5573D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.8%

 BLUE value IS 61 (24.22% from 255) = 19.49%

R = 52.72%
G = 27.8%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A5573D (or 0xA5573D) is known color: Sepia. HEX triplet: A5, 57 and 3D. RGB value is (165,87,61). Sum of RGB (Red+Green+Blue) = 165+87+61=313 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.72% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 165 - color contains mainly: red. Hex color #A5573D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5573D is #5AA8C2. Grayscale: #6B6B6B. Windows color (decimal): -5941443 or 4020133. OLE color: 4020133.

HSL color Cylindrical-coordinate representation of color #A5573D: hue angle of 15º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A5573D is Cyan = 0, Magento = 0.47, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 87 61 -
CMYK 0 0.47 0.63 0.35
HSL 15º 0.46% 0.44% -
HSV(B) 15º 0.63% 0.65% -
XYZ 19.77 15.15 6.3 -
YUV 107.36 101.84 169.11 -
System Red Green Blue C M Y K H S L
Decimal 165 87 61 0 0.47 0.63 0.35 15 0.46 0.44
Hex A5 57 3D 0 2F 3F 23 F 2E 2C
Octal 245 127 75 0 57 77 43 17 56 54
Binary 10100101 1010111 111101 0 101111 111111 100011 1111 101110 101100

Color Harmonies of #A5573D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5573D

Black with #A5573D

Text Example


Text Example

White with #A5573D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5573D; }

 p { color: rgb(165,87,61); }

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

background-color css

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

 a { background-color: rgb(165,87,61); }

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

border-color css

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

 span { border-color: rgb(165,87,61); }

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