Html Css Color HEX #A1513A Orange Roughy

📋 copy color: '#A1513A'

red 161 ◦ green 81 ◦ blue 58

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

Shades of Orange Roughy #A1513A

Tints of Orange Roughy #A1513A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 19.33%

R = 53.67%
G = 27%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A1513A (or 0xA1513A) is known color: Orange Roughy. HEX triplet: A1, 51 and 3A. RGB value is (161,81,58). Sum of RGB (Red+Green+Blue) = 161+81+58=300 (39% of max value = 765). Red value is 161 (63.28% from 255 or 53.67% from 300); Green value is 81 (32.03% from 255 or 27% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 161 - color contains mainly: red. Hex color #A1513A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1513A is #5EAEC5. Grayscale: #666666. Windows color (decimal): -6205126 or 3821985. OLE color: 3821985.

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

Color convert

RGB 161 81 58 -
CMYK 0 0.50 0.64 0.37
HSL 13.4º 0.47% 0.43% -
HSV(B) 13.4º 0.64% 0.63% -
XYZ 18.4 13.77 5.69 -
YUV 102.3 103 169.87 -
System Red Green Blue C M Y K H S L
Decimal 161 81 58 0 0.50 0.64 0.37 13.4 0.47 0.43
Hex A1 51 3A 0 32 40 25 D 2F 2B
Octal 241 121 72 0 62 100 45 15 57 53
Binary 10100001 1010001 111010 0 110010 1000000 100101 1101 101111 101011

Color Harmonies of #A1513A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1513A

Black with #A1513A

Text Example


Text Example

White with #A1513A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1513A; }

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

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

background-color css

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

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

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

border-color css

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

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

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