Html Css Color HEX #A5553D Orange Roughy

📋 copy color: '#A5553D'

red 165 ◦ green 85 ◦ blue 61

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

Shades of Orange Roughy #A5553D

Tints of Orange Roughy #A5553D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.33%

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

R = 53.05%
G = 27.33%
B = 19.61%

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

#A5553D (or 0xA5553D) is known color: Orange Roughy. HEX triplet: A5, 55 and 3D. RGB value is (165,85,61). Sum of RGB (Red+Green+Blue) = 165+85+61=311 (41% of max value = 765). Red value is 165 (64.84% from 255 or 53.05% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 165 - color contains mainly: red. Hex color #A5553D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5553D is #5AAAC2. Grayscale: #6A6A6A. Windows color (decimal): -5941955 or 4019621. OLE color: 4019621.

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

Color convert

RGB 165 85 61 -
CMYK 0 0.48 0.63 0.35
HSL 13.85º 0.46% 0.44% -
HSV(B) 13.85º 0.63% 0.65% -
XYZ 19.61 14.83 6.24 -
YUV 106.18 102.5 169.95 -
System Red Green Blue C M Y K H S L
Decimal 165 85 61 0 0.48 0.63 0.35 13.85 0.46 0.44
Hex A5 55 3D 0 30 3F 23 E 2E 2C
Octal 245 125 75 0 60 77 43 16 56 54
Binary 10100101 1010101 111101 0 110000 111111 100011 1110 101110 101100

Color Harmonies of #A5553D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5553D

Black with #A5553D

Text Example


Text Example

White with #A5553D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5553D; }

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

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

background-color css

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

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

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

border-color css

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

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

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