Html Css Color HEX #A04F35 Orange Roughy

📋 copy color: '#A04F35'

red 160 ◦ green 79 ◦ blue 53

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

Shades of Orange Roughy #A04F35

Tints of Orange Roughy #A04F35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 18.15%

R = 54.79%
G = 27.05%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.37

RGB Variations

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

Color information

#A04F35 (or 0xA04F35) is known color: Orange Roughy. HEX triplet: A0, 4F and 35. RGB value is (160,79,53). Sum of RGB (Red+Green+Blue) = 160+79+53=292 (38% of max value = 765). Red value is 160 (62.89% from 255 or 54.79% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 160 - color contains mainly: red. Hex color #A04F35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04F35 is #5FB0CA. Grayscale: #646464. Windows color (decimal): -6271179 or 3493792. OLE color: 3493792.

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

Color convert

RGB 160 79 53 -
CMYK 0 0.51 0.67 0.37
HSL 14.58º 0.5% 0.42% -
HSV(B) 14.58º 0.67% 0.63% -
XYZ 17.94 13.32 4.99 -
YUV 100.26 101.34 170.61 -
System Red Green Blue C M Y K H S L
Decimal 160 79 53 0 0.51 0.67 0.37 14.58 0.5 0.42
Hex A0 4F 35 0 33 43 25 F 32 2A
Octal 240 117 65 0 63 103 45 17 62 52
Binary 10100000 1001111 110101 0 110011 1000011 100101 1111 110010 101010

Color Harmonies of #A04F35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04F35

Black with #A04F35

Text Example


Text Example

White with #A04F35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04F35; }

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

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

background-color css

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

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

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

border-color css

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

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

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