Html Css Color HEX #A5553B Orange Roughy

📋 copy color: '#A5553B'

red 165 ◦ green 85 ◦ blue 59

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

Shades of Orange Roughy #A5553B

Tints of Orange Roughy #A5553B

RGB

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

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

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

R = 53.4%
G = 27.51%
B = 19.09%

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

#A5553B (or 0xA5553B) is known color: Orange Roughy. HEX triplet: A5, 55 and 3B. RGB value is (165,85,59). Sum of RGB (Red+Green+Blue) = 165+85+59=309 (40% of max value = 765). Red value is 165 (64.84% from 255 or 53.40% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 165 - color contains mainly: red. Hex color #A5553B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A5553B is #5AAAC4. Grayscale: #6A6A6A. Windows color (decimal): -5941957 or 3888549. OLE color: 3888549.

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

Color convert

RGB 165 85 59 -
CMYK 0 0.48 0.64 0.35
HSL 14.72º 0.47% 0.44% -
HSV(B) 14.72º 0.64% 0.65% -
XYZ 19.55 14.81 5.97 -
YUV 105.96 101.5 170.11 -
System Red Green Blue C M Y K H S L
Decimal 165 85 59 0 0.48 0.64 0.35 14.72 0.47 0.44
Hex A5 55 3B 0 30 40 23 F 2F 2C
Octal 245 125 73 0 60 100 43 17 57 54
Binary 10100101 1010101 111011 0 110000 1000000 100011 1111 101111 101100

Color Harmonies of #A5553B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5553B

Black with #A5553B

Text Example


Text Example

White with #A5553B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5553B; }

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

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

background-color css

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

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

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

border-color css

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

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

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