Html Css Color HEX #A05139 Orange Roughy

📋 copy color: '#A05139'

red 160 ◦ green 81 ◦ blue 57

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

Shades of Orange Roughy #A05139

Tints of Orange Roughy #A05139

RGB

 RED value IS 160 (62.89% from 255) = 53.69%

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

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

R = 53.69%
G = 27.18%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A05139 (or 0xA05139) is known color: Orange Roughy. HEX triplet: A0, 51 and 39. RGB value is (160,81,57). Sum of RGB (Red+Green+Blue) = 160+81+57=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 57 (22.66% from 255 or 19.13% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A05139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05139 is #5FAEC6. Grayscale: #666666. Windows color (decimal): -6270663 or 3756448. OLE color: 3756448.

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

Color convert

RGB 160 81 57 -
CMYK 0 0.49 0.64 0.37
HSL 13.98º 0.47% 0.43% -
HSV(B) 13.98º 0.64% 0.63% -
XYZ 18.18 13.65 5.55 -
YUV 101.89 102.67 169.45 -
System Red Green Blue C M Y K H S L
Decimal 160 81 57 0 0.49 0.64 0.37 13.98 0.47 0.43
Hex A0 51 39 0 31 40 25 E 2F 2B
Octal 240 121 71 0 61 100 45 16 57 53
Binary 10100000 1010001 111001 0 110001 1000000 100101 1110 101111 101011

Color Harmonies of #A05139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05139

Black with #A05139

Text Example


Text Example

White with #A05139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05139; }

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

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

background-color css

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

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

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

border-color css

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

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

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