Html Css Color HEX #A5563B Orange Roughy

📋 copy color: '#A5563B'

red 165 ◦ green 86 ◦ blue 59

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

Shades of Orange Roughy #A5563B

Tints of Orange Roughy #A5563B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.74%

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

R = 53.23%
G = 27.74%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A5563B (or 0xA5563B) is known color: Orange Roughy. HEX triplet: A5, 56 and 3B. RGB value is (165,86,59). Sum of RGB (Red+Green+Blue) = 165+86+59=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A5563B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5563B is #5AA9C4. Grayscale: #6A6A6A. Windows color (decimal): -5941701 or 3888805. OLE color: 3888805.

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

Color convert

RGB 165 86 59 -
CMYK 0 0.48 0.64 0.35
HSL 15.28º 0.47% 0.44% -
HSV(B) 15.28º 0.64% 0.65% -
XYZ 19.63 14.97 5.99 -
YUV 106.54 101.17 169.7 -
System Red Green Blue C M Y K H S L
Decimal 165 86 59 0 0.48 0.64 0.35 15.28 0.47 0.44
Hex A5 56 3B 0 30 40 23 F 2F 2C
Octal 245 126 73 0 60 100 43 17 57 54
Binary 10100101 1010110 111011 0 110000 1000000 100011 1111 101111 101100

Color Harmonies of #A5563B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5563B

Black with #A5563B

Text Example


Text Example

White with #A5563B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5563B; }

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

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

background-color css

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

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

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

border-color css

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

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

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