Html Css Color HEX #A5573A Orange Roughy

📋 copy color: '#A5573A'

red 165 ◦ green 87 ◦ blue 58

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

Shades of Orange Roughy #A5573A

Tints of Orange Roughy #A5573A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.71%

R = 53.23%
G = 28.06%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A5573A (or 0xA5573A) is known color: Orange Roughy. HEX triplet: A5, 57 and 3A. RGB value is (165,87,58). Sum of RGB (Red+Green+Blue) = 165+87+58=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A5573A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5573A is #5AA8C5. Grayscale: #6B6B6B. Windows color (decimal): -5941446 or 3823525. OLE color: 3823525.

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

Color convert

RGB 165 87 58 -
CMYK 0 0.47 0.65 0.35
HSL 16.26º 0.48% 0.44% -
HSV(B) 16.26º 0.65% 0.65% -
XYZ 19.69 15.12 5.88 -
YUV 107.02 100.34 169.36 -
System Red Green Blue C M Y K H S L
Decimal 165 87 58 0 0.47 0.65 0.35 16.26 0.48 0.44
Hex A5 57 3A 0 2F 41 23 10 30 2C
Octal 245 127 72 0 57 101 43 20 60 54
Binary 10100101 1010111 111010 0 101111 1000001 100011 10000 110000 101100

Color Harmonies of #A5573A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5573A

Black with #A5573A

Text Example


Text Example

White with #A5573A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5573A; }

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

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

background-color css

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

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

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

border-color css

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

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

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