Html Css Color HEX #A04D39 Orange Roughy

📋 copy color: '#A04D39'

red 160 ◦ green 77 ◦ blue 57

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

Shades of Orange Roughy #A04D39

Tints of Orange Roughy #A04D39

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.19%

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

R = 54.42%
G = 26.19%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A04D39 (or 0xA04D39) is known color: Orange Roughy. HEX triplet: A0, 4D and 39. RGB value is (160,77,57). Sum of RGB (Red+Green+Blue) = 160+77+57=294 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.42% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04D39 is #5FB2C6. Grayscale: #636363. Windows color (decimal): -6271687 or 3755424. OLE color: 3755424.

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

Color convert

RGB 160 77 57 -
CMYK 0 0.52 0.64 0.37
HSL 11.65º 0.47% 0.43% -
HSV(B) 11.65º 0.64% 0.63% -
XYZ 17.89 13.08 5.45 -
YUV 99.54 104 171.13 -
System Red Green Blue C M Y K H S L
Decimal 160 77 57 0 0.52 0.64 0.37 11.65 0.47 0.43
Hex A0 4D 39 0 34 40 25 C 2F 2B
Octal 240 115 71 0 64 100 45 14 57 53
Binary 10100000 1001101 111001 0 110100 1000000 100101 1100 101111 101011

Color Harmonies of #A04D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04D39

Black with #A04D39

Text Example


Text Example

White with #A04D39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04D39; }

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

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

background-color css

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

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

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

border-color css

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

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

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