Html Css Color HEX #A15139 Orange Roughy

📋 copy color: '#A15139'

red 161 ◦ green 81 ◦ blue 57

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

Shades of Orange Roughy #A15139

Tints of Orange Roughy #A15139

RGB

 RED value IS 161 (63.28% from 255) = 53.85%

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

 BLUE value IS 57 (22.66% from 255) = 19.06%

R = 53.85%
G = 27.09%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A15139 (or 0xA15139) is known color: Orange Roughy. HEX triplet: A1, 51 and 39. RGB value is (161,81,57). Sum of RGB (Red+Green+Blue) = 161+81+57=299 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.85% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 57 (22.66% from 255 or 19.06% from 299); Max value from RGB is 161 - color contains mainly: red. Hex color #A15139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15139 is #5EAEC6. Grayscale: #666666. Windows color (decimal): -6205127 or 3756449. OLE color: 3756449.

HSL color Cylindrical-coordinate representation of color #A15139: hue angle of 13.85º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A15139 is Cyan = 0, Magento = 0.50, Yellow = 0.65 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 81 57 -
CMYK 0 0.50 0.65 0.37
HSL 13.85º 0.48% 0.43% -
HSV(B) 13.85º 0.65% 0.63% -
XYZ 18.38 13.76 5.56 -
YUV 102.18 102.5 169.95 -
System Red Green Blue C M Y K H S L
Decimal 161 81 57 0 0.50 0.65 0.37 13.85 0.48 0.43
Hex A1 51 39 0 32 41 25 E 30 2B
Octal 241 121 71 0 62 101 45 16 60 53
Binary 10100001 1010001 111001 0 110010 1000001 100101 1110 110000 101011

Color Harmonies of #A15139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15139

Black with #A15139

Text Example


Text Example

White with #A15139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15139; }

 p { color: rgb(161,81,57); }

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

background-color css

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

 a { background-color: rgb(161,81,57); }

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

border-color css

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

 span { border-color: rgb(161,81,57); }

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