Html Css Color HEX #A5543D Orange Roughy

📋 copy color: '#A5543D'

red 165 ◦ green 84 ◦ blue 61

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

Shades of Orange Roughy #A5543D

Tints of Orange Roughy #A5543D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.1%

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

R = 53.23%
G = 27.1%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A5543D (or 0xA5543D) is known color: Orange Roughy. HEX triplet: A5, 54 and 3D. RGB value is (165,84,61). Sum of RGB (Red+Green+Blue) = 165+84+61=310 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.23% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 165 - color contains mainly: red. Hex color #A5543D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5543D is #5AABC2. Grayscale: #696969. Windows color (decimal): -5942211 or 4019365. OLE color: 4019365.

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

Color convert

RGB 165 84 61 -
CMYK 0 0.49 0.63 0.35
HSL 13.27º 0.46% 0.44% -
HSV(B) 13.27º 0.63% 0.65% -
XYZ 19.53 14.68 6.22 -
YUV 105.6 102.84 170.37 -
System Red Green Blue C M Y K H S L
Decimal 165 84 61 0 0.49 0.63 0.35 13.27 0.46 0.44
Hex A5 54 3D 0 31 3F 23 D 2E 2C
Octal 245 124 75 0 61 77 43 15 56 54
Binary 10100101 1010100 111101 0 110001 111111 100011 1101 101110 101100

Color Harmonies of #A5543D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5543D

Black with #A5543D

Text Example


Text Example

White with #A5543D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5543D; }

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

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

background-color css

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

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

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

border-color css

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

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

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