Html Css Color HEX #A04D35 Orange Roughy

📋 copy color: '#A04D35'

red 160 ◦ green 77 ◦ blue 53

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

Shades of Orange Roughy #A04D35

Tints of Orange Roughy #A04D35

RGB

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

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

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

R = 55.17%
G = 26.55%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.67

 K value IS 0.37

RGB Variations

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

Color information

#A04D35 (or 0xA04D35) is known color: Orange Roughy. HEX triplet: A0, 4D and 35. RGB value is (160,77,53). Sum of RGB (Red+Green+Blue) = 160+77+53=290 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.17% from 290); Green value is 77 (30.47% from 255 or 26.55% from 290); Blue value is 53 (21.09% from 255 or 18.28% from 290); Max value from RGB is 160 - color contains mainly: red. Hex color #A04D35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A04D35 is #5FB2CA. Grayscale: #636363. Windows color (decimal): -6271691 or 3493280. OLE color: 3493280.

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

Color convert

RGB 160 77 53 -
CMYK 0 0.52 0.67 0.37
HSL 13.46º 0.5% 0.42% -
HSV(B) 13.46º 0.67% 0.63% -
XYZ 17.79 13.04 4.95 -
YUV 99.08 102 171.45 -
System Red Green Blue C M Y K H S L
Decimal 160 77 53 0 0.52 0.67 0.37 13.46 0.5 0.42
Hex A0 4D 35 0 34 43 25 D 32 2A
Octal 240 115 65 0 64 103 45 15 62 52
Binary 10100000 1001101 110101 0 110100 1000011 100101 1101 110010 101010

Color Harmonies of #A04D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04D35

Black with #A04D35

Text Example


Text Example

White with #A04D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04D35; }

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

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

background-color css

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

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

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

border-color css

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

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

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