Html Css Color HEX #A0503C Orange Roughy

📋 copy color: '#A0503C'

red 160 ◦ green 80 ◦ blue 60

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

Shades of Orange Roughy #A0503C

Tints of Orange Roughy #A0503C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.67%

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

R = 53.33%
G = 26.67%
B = 20%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A0503C (or 0xA0503C) is known color: Orange Roughy. HEX triplet: A0, 50 and 3C. RGB value is (160,80,60). Sum of RGB (Red+Green+Blue) = 160+80+60=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A0503C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0503C is #5FAFC3. Grayscale: #656565. Windows color (decimal): -6270916 or 3952800. OLE color: 3952800.

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

Color convert

RGB 160 80 60 -
CMYK 0 0.5 0.62 0.37
HSL 12º 0.45% 0.43% -
HSV(B) 12º 0.63% 0.63% -
XYZ 18.18 13.54 5.93 -
YUV 101.64 104.5 169.63 -
System Red Green Blue C M Y K H S L
Decimal 160 80 60 0 0.5 0.62 0.37 12 0.45 0.43
Hex A0 50 3C 0 32 3E 25 C 2D 2B
Octal 240 120 74 0 62 76 45 14 55 53
Binary 10100000 1010000 111100 0 110010 111110 100101 1100 101101 101011

Color Harmonies of #A0503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0503C

Black with #A0503C

Text Example


Text Example

White with #A0503C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0503C; }

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

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

background-color css

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

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

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

border-color css

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

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

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