Html Css Color HEX #A5563D Orange Roughy

📋 copy color: '#A5563D'

red 165 ◦ green 86 ◦ blue 61

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

Shades of Orange Roughy #A5563D

Tints of Orange Roughy #A5563D

RGB

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

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

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

R = 52.88%
G = 27.56%
B = 19.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A5563D (or 0xA5563D) is known color: Orange Roughy. HEX triplet: A5, 56 and 3D. RGB value is (165,86,61). Sum of RGB (Red+Green+Blue) = 165+86+61=312 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.88% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 165 - color contains mainly: red. Hex color #A5563D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5563D is #5AA9C2. Grayscale: #6A6A6A. Windows color (decimal): -5941699 or 4019877. OLE color: 4019877.

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

Color convert

RGB 165 86 61 -
CMYK 0 0.48 0.63 0.35
HSL 14.42º 0.46% 0.44% -
HSV(B) 14.42º 0.63% 0.65% -
XYZ 19.69 14.99 6.27 -
YUV 106.77 102.17 169.53 -
System Red Green Blue C M Y K H S L
Decimal 165 86 61 0 0.48 0.63 0.35 14.42 0.46 0.44
Hex A5 56 3D 0 30 3F 23 E 2E 2C
Octal 245 126 75 0 60 77 43 16 56 54
Binary 10100101 1010110 111101 0 110000 111111 100011 1110 101110 101100

Color Harmonies of #A5563D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5563D

Black with #A5563D

Text Example


Text Example

White with #A5563D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5563D; }

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

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

background-color css

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

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

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

border-color css

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

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

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