Html Css Color HEX #A1513C Orange Roughy

📋 copy color: '#A1513C'

red 161 ◦ green 81 ◦ blue 60

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

Shades of Orange Roughy #A1513C

Tints of Orange Roughy #A1513C

RGB

 RED value IS 161 (63.28% from 255) = 53.31%

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

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

R = 53.31%
G = 26.82%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A1513C (or 0xA1513C) is known color: Orange Roughy. HEX triplet: A1, 51 and 3C. RGB value is (161,81,60). Sum of RGB (Red+Green+Blue) = 161+81+60=302 (40% of max value = 765). Red value is 161 (63.28% from 255 or 53.31% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 161 - color contains mainly: red. Hex color #A1513C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1513C is #5EAEC3. Grayscale: #666666. Windows color (decimal): -6205124 or 3953057. OLE color: 3953057.

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

Color convert

RGB 161 81 60 -
CMYK 0 0.50 0.63 0.37
HSL 12.48º 0.46% 0.43% -
HSV(B) 12.48º 0.63% 0.63% -
XYZ 18.46 13.79 5.96 -
YUV 102.53 104 169.71 -
System Red Green Blue C M Y K H S L
Decimal 161 81 60 0 0.50 0.63 0.37 12.48 0.46 0.43
Hex A1 51 3C 0 32 3F 25 C 2E 2B
Octal 241 121 74 0 62 77 45 14 56 53
Binary 10100001 1010001 111100 0 110010 111111 100101 1100 101110 101011

Color Harmonies of #A1513C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1513C

Black with #A1513C

Text Example


Text Example

White with #A1513C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1513C; }

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

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

background-color css

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

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

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

border-color css

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

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

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