Html Css Color HEX #A55136 Orange Roughy

📋 copy color: '#A55136'

red 165 ◦ green 81 ◦ blue 54

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

Shades of Orange Roughy #A55136

Tints of Orange Roughy #A55136

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27%

 BLUE value IS 54 (21.48% from 255) = 18%

R = 55%
G = 27%
B = 18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A55136 (or 0xA55136) is known color: Orange Roughy. HEX triplet: A5, 51 and 36. RGB value is (165,81,54). Sum of RGB (Red+Green+Blue) = 165+81+54=300 (39% of max value = 765). Red value is 165 (64.84% from 255 or 55% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 165 - color contains mainly: red. Hex color #A55136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A55136 is #5AAEC9. Grayscale: #676767. Windows color (decimal): -5942986 or 3559845. OLE color: 3559845.

HSL color Cylindrical-coordinate representation of color #A55136: hue angle of 14.59º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A55136 is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 81 54 -
CMYK 0 0.51 0.67 0.35
HSL 14.59º 0.51% 0.43% -
HSV(B) 14.59º 0.67% 0.65% -
XYZ 19.13 14.15 5.21 -
YUV 103.04 100.33 172.2 -
System Red Green Blue C M Y K H S L
Decimal 165 81 54 0 0.51 0.67 0.35 14.59 0.51 0.43
Hex A5 51 36 0 33 43 23 F 33 2B
Octal 245 121 66 0 63 103 43 17 63 53
Binary 10100101 1010001 110110 0 110011 1000011 100011 1111 110011 101011

Color Harmonies of #A55136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55136

Black with #A55136

Text Example


Text Example

White with #A55136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55136; }

 p { color: rgb(165,81,54); }

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

background-color css

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

 a { background-color: rgb(165,81,54); }

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

border-color css

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

 span { border-color: rgb(165,81,54); }

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