Html Css Color HEX #A15337 Orange Roughy

📋 copy color: '#A15337'

red 161 ◦ green 83 ◦ blue 55

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

Shades of Orange Roughy #A15337

Tints of Orange Roughy #A15337

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.76%

 BLUE value IS 55 (21.88% from 255) = 18.39%

R = 53.85%
G = 27.76%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A15337 (or 0xA15337) is known color: Orange Roughy. HEX triplet: A1, 53 and 37. RGB value is (161,83,55). Sum of RGB (Red+Green+Blue) = 161+83+55=299 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.85% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 161 - color contains mainly: red. Hex color #A15337 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15337 is #5EACC8. Grayscale: #676767. Windows color (decimal): -6204617 or 3625889. OLE color: 3625889.

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

Color convert

RGB 161 83 55 -
CMYK 0 0.48 0.66 0.37
HSL 15.85º 0.49% 0.42% -
HSV(B) 15.85º 0.66% 0.63% -
XYZ 18.48 14.04 5.35 -
YUV 103.13 100.84 169.28 -
System Red Green Blue C M Y K H S L
Decimal 161 83 55 0 0.48 0.66 0.37 15.85 0.49 0.42
Hex A1 53 37 0 30 42 25 10 31 2A
Octal 241 123 67 0 60 102 45 20 61 52
Binary 10100001 1010011 110111 0 110000 1000010 100101 10000 110001 101010

Color Harmonies of #A15337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15337

Black with #A15337

Text Example


Text Example

White with #A15337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15337; }

 p { color: rgb(161,83,55); }

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

background-color css

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

 a { background-color: rgb(161,83,55); }

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

border-color css

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

 span { border-color: rgb(161,83,55); }

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