Html Css Color HEX #A5573B Orange Roughy

📋 copy color: '#A5573B'

red 165 ◦ green 87 ◦ blue 59

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

Shades of Orange Roughy #A5573B

Tints of Orange Roughy #A5573B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.97%

R = 53.05%
G = 27.97%
B = 18.97%

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

#A5573B (or 0xA5573B) is known color: Orange Roughy. HEX triplet: A5, 57 and 3B. RGB value is (165,87,59). Sum of RGB (Red+Green+Blue) = 165+87+59=311 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.05% from 311); Green value is 87 (34.38% from 255 or 27.97% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 165 - color contains mainly: red. Hex color #A5573B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5573B is #5AA8C4. Grayscale: #6B6B6B. Windows color (decimal): -5941445 or 3889061. OLE color: 3889061.

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

Color convert

RGB 165 87 59 -
CMYK 0 0.47 0.64 0.35
HSL 15.85º 0.47% 0.44% -
HSV(B) 15.85º 0.64% 0.65% -
XYZ 19.71 15.13 6.02 -
YUV 107.13 100.84 169.28 -
System Red Green Blue C M Y K H S L
Decimal 165 87 59 0 0.47 0.64 0.35 15.85 0.47 0.44
Hex A5 57 3B 0 2F 40 23 10 2F 2C
Octal 245 127 73 0 57 100 43 20 57 54
Binary 10100101 1010111 111011 0 101111 1000000 100011 10000 101111 101100

Color Harmonies of #A5573B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5573B

Black with #A5573B

Text Example


Text Example

White with #A5573B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5573B; }

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

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

background-color css

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

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

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

border-color css

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

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

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