Html Css Color HEX #A04C36 Orange Roughy

📋 copy color: '#A04C36'

red 160 ◦ green 76 ◦ blue 54

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

Shades of Orange Roughy #A04C36

Tints of Orange Roughy #A04C36

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.21%

 BLUE value IS 54 (21.48% from 255) = 18.62%

R = 55.17%
G = 26.21%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A04C36 (or 0xA04C36) is known color: Orange Roughy. HEX triplet: A0, 4C and 36. RGB value is (160,76,54). Sum of RGB (Red+Green+Blue) = 160+76+54=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 76 (30.08% from 255 or 26.21% from 290); Blue value is 54 (21.48% from 255 or 18.62% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04C36 is #5FB3C9. Grayscale: #626262. Windows color (decimal): -6271946 or 3558560. OLE color: 3558560.

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

Color convert

RGB 160 76 54 -
CMYK 0 0.52 0.66 0.37
HSL 12.45º 0.5% 0.42% -
HSV(B) 12.45º 0.66% 0.63% -
XYZ 17.75 12.91 5.05 -
YUV 98.61 102.83 171.79 -
System Red Green Blue C M Y K H S L
Decimal 160 76 54 0 0.52 0.66 0.37 12.45 0.5 0.42
Hex A0 4C 36 0 34 42 25 C 32 2A
Octal 240 114 66 0 64 102 45 14 62 52
Binary 10100000 1001100 110110 0 110100 1000010 100101 1100 110010 101010

Color Harmonies of #A04C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04C36

Black with #A04C36

Text Example


Text Example

White with #A04C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04C36; }

 p { color: rgb(160,76,54); }

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

background-color css

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

 a { background-color: rgb(160,76,54); }

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

border-color css

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

 span { border-color: rgb(160,76,54); }

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