Html Css Color HEX #A5583C Sepia

📋 copy color: '#A5583C'

red 165 ◦ green 88 ◦ blue 60

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

Shades of Sepia #A5583C

Tints of Sepia #A5583C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.12%

 BLUE value IS 60 (23.83% from 255) = 19.17%

R = 52.72%
G = 28.12%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A5583C (or 0xA5583C) is known color: Sepia. HEX triplet: A5, 58 and 3C. RGB value is (165,88,60). Sum of RGB (Red+Green+Blue) = 165+88+60=313 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.72% from 313); Green value is 88 (34.77% from 255 or 28.12% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 165 - color contains mainly: red. Hex color #A5583C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5583C is #5AA7C3. Grayscale: #6C6C6C. Windows color (decimal): -5941188 or 3954853. OLE color: 3954853.

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

Color convert

RGB 165 88 60 -
CMYK 0 0.47 0.64 0.35
HSL 16º 0.47% 0.44% -
HSV(B) 16º 0.64% 0.65% -
XYZ 19.82 15.31 6.18 -
YUV 107.83 101.01 168.78 -
System Red Green Blue C M Y K H S L
Decimal 165 88 60 0 0.47 0.64 0.35 16 0.47 0.44
Hex A5 58 3C 0 2F 40 23 10 2F 2C
Octal 245 130 74 0 57 100 43 20 57 54
Binary 10100101 1011000 111100 0 101111 1000000 100011 10000 101111 101100

Color Harmonies of #A5583C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5583C

Black with #A5583C

Text Example


Text Example

White with #A5583C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5583C; }

 p { color: rgb(165,88,60); }

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

background-color css

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

 a { background-color: rgb(165,88,60); }

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

border-color css

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

 span { border-color: rgb(165,88,60); }

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