Html Css Color HEX #A04F3B Orange Roughy

📋 copy color: '#A04F3B'

red 160 ◦ green 79 ◦ blue 59

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

Shades of Orange Roughy #A04F3B

Tints of Orange Roughy #A04F3B

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.51%

 BLUE value IS 59 (23.44% from 255) = 19.8%

R = 53.69%
G = 26.51%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A04F3B (or 0xA04F3B) is known color: Orange Roughy. HEX triplet: A0, 4F and 3B. RGB value is (160,79,59). Sum of RGB (Red+Green+Blue) = 160+79+59=298 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.69% from 298); Green value is 79 (31.25% from 255 or 26.51% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04F3B is #5FB0C4. Grayscale: #656565. Windows color (decimal): -6271173 or 3887008. OLE color: 3887008.

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

Color convert

RGB 160 79 59 -
CMYK 0 0.51 0.63 0.37
HSL 11.88º 0.46% 0.43% -
HSV(B) 11.88º 0.63% 0.63% -
XYZ 18.08 13.38 5.77 -
YUV 100.94 104.34 170.13 -
System Red Green Blue C M Y K H S L
Decimal 160 79 59 0 0.51 0.63 0.37 11.88 0.46 0.43
Hex A0 4F 3B 0 33 3F 25 C 2E 2B
Octal 240 117 73 0 63 77 45 14 56 53
Binary 10100000 1001111 111011 0 110011 111111 100101 1100 101110 101011

Color Harmonies of #A04F3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04F3B

Black with #A04F3B

Text Example


Text Example

White with #A04F3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04F3B; }

 p { color: rgb(160,79,59); }

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

background-color css

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

 a { background-color: rgb(160,79,59); }

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

border-color css

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

 span { border-color: rgb(160,79,59); }

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