Html Css Color HEX #A15439 Orange Roughy

📋 copy color: '#A15439'

red 161 ◦ green 84 ◦ blue 57

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

Shades of Orange Roughy #A15439

Tints of Orange Roughy #A15439

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.81%

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

R = 53.31%
G = 27.81%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A15439 (or 0xA15439) is known color: Orange Roughy. HEX triplet: A1, 54 and 39. RGB value is (161,84,57). Sum of RGB (Red+Green+Blue) = 161+84+57=302 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.31% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 161 - color contains mainly: red. Hex color #A15439 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15439 is #5EABC6. Grayscale: #686868. Windows color (decimal): -6204359 or 3757217. OLE color: 3757217.

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

Color convert

RGB 161 84 57 -
CMYK 0 0.48 0.65 0.37
HSL 15.58º 0.48% 0.43% -
HSV(B) 15.58º 0.65% 0.63% -
XYZ 18.61 14.21 5.63 -
YUV 103.95 101.51 168.7 -
System Red Green Blue C M Y K H S L
Decimal 161 84 57 0 0.48 0.65 0.37 15.58 0.48 0.43
Hex A1 54 39 0 30 41 25 10 30 2B
Octal 241 124 71 0 60 101 45 20 60 53
Binary 10100001 1010100 111001 0 110000 1000001 100101 10000 110000 101011

Color Harmonies of #A15439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15439

Black with #A15439

Text Example


Text Example

White with #A15439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15439; }

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

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

background-color css

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

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

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

border-color css

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

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

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