Html Css Color HEX #A0513B Orange Roughy

📋 copy color: '#A0513B'

red 160 ◦ green 81 ◦ blue 59

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

Shades of Orange Roughy #A0513B

Tints of Orange Roughy #A0513B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 19.67%

R = 53.33%
G = 27%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A0513B (or 0xA0513B) is known color: Orange Roughy. HEX triplet: A0, 51 and 3B. RGB value is (160,81,59). Sum of RGB (Red+Green+Blue) = 160+81+59=300 (39% of max value = 765). Red value is 160 (62.89% from 255 or 53.33% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 160 - color contains mainly: red. Hex color #A0513B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A0513B is #5FAEC4. Grayscale: #666666. Windows color (decimal): -6270661 or 3887520. OLE color: 3887520.

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

Color convert

RGB 160 81 59 -
CMYK 0 0.49 0.63 0.37
HSL 13.07º 0.46% 0.43% -
HSV(B) 13.07º 0.63% 0.63% -
XYZ 18.23 13.67 5.82 -
YUV 102.11 103.67 169.29 -
System Red Green Blue C M Y K H S L
Decimal 160 81 59 0 0.49 0.63 0.37 13.07 0.46 0.43
Hex A0 51 3B 0 31 3F 25 D 2E 2B
Octal 240 121 73 0 61 77 45 15 56 53
Binary 10100000 1010001 111011 0 110001 111111 100101 1101 101110 101011

Color Harmonies of #A0513B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0513B

Black with #A0513B

Text Example


Text Example

White with #A0513B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0513B; }

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

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

background-color css

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

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

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

border-color css

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

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

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