Html Css Color HEX #A04F3C Orange Roughy

📋 copy color: '#A04F3C'

red 160 ◦ green 79 ◦ blue 60

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

Shades of Orange Roughy #A04F3C

Tints of Orange Roughy #A04F3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.07%

R = 53.51%
G = 26.42%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A04F3C (or 0xA04F3C) is known color: Orange Roughy. HEX triplet: A0, 4F and 3C. RGB value is (160,79,60). Sum of RGB (Red+Green+Blue) = 160+79+60=299 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.51% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04F3C is #5FB0C3. Grayscale: #656565. Windows color (decimal): -6271172 or 3952544. OLE color: 3952544.

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

Color convert

RGB 160 79 60 -
CMYK 0 0.51 0.62 0.37
HSL 11.4º 0.45% 0.43% -
HSV(B) 11.4º 0.63% 0.63% -
XYZ 18.11 13.39 5.91 -
YUV 101.05 104.84 170.04 -
System Red Green Blue C M Y K H S L
Decimal 160 79 60 0 0.51 0.62 0.37 11.4 0.45 0.43
Hex A0 4F 3C 0 33 3E 25 B 2D 2B
Octal 240 117 74 0 63 76 45 13 55 53
Binary 10100000 1001111 111100 0 110011 111110 100101 1011 101101 101011

Color Harmonies of #A04F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04F3C

Black with #A04F3C

Text Example


Text Example

White with #A04F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04F3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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