Html Css Color HEX #A0513C Orange Roughy

📋 copy color: '#A0513C'

red 160 ◦ green 81 ◦ blue 60

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

Shades of Orange Roughy #A0513C

Tints of Orange Roughy #A0513C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.91%

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

R = 53.16%
G = 26.91%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A0513C (or 0xA0513C) is known color: Orange Roughy. HEX triplet: A0, 51 and 3C. RGB value is (160,81,60). Sum of RGB (Red+Green+Blue) = 160+81+60=301 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.16% from 301); Green value is 81 (32.03% from 255 or 26.91% from 301); Blue value is 60 (23.83% from 255 or 19.93% from 301); Max value from RGB is 160 - color contains mainly: red. Hex color #A0513C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0513C is #5FAEC3. Grayscale: #666666. Windows color (decimal): -6270660 or 3953056. OLE color: 3953056.

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

Color convert

RGB 160 81 60 -
CMYK 0 0.49 0.62 0.37
HSL 12.6º 0.45% 0.43% -
HSV(B) 12.6º 0.63% 0.63% -
XYZ 18.26 13.68 5.95 -
YUV 102.23 104.17 169.21 -
System Red Green Blue C M Y K H S L
Decimal 160 81 60 0 0.49 0.62 0.37 12.6 0.45 0.43
Hex A0 51 3C 0 31 3E 25 D 2D 2B
Octal 240 121 74 0 61 76 45 15 55 53
Binary 10100000 1010001 111100 0 110001 111110 100101 1101 101101 101011

Color Harmonies of #A0513C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0513C

Black with #A0513C

Text Example


Text Example

White with #A0513C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0513C; }

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

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

background-color css

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

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

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

border-color css

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

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

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