Html Css Color HEX #A2513D Orange Roughy

📋 copy color: '#A2513D'

red 162 ◦ green 81 ◦ blue 61

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

Shades of Orange Roughy #A2513D

Tints of Orange Roughy #A2513D

RGB

 RED value IS 162 (63.67% from 255) = 53.29%

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

 BLUE value IS 61 (24.22% from 255) = 20.07%

R = 53.29%
G = 26.64%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A2513D (or 0xA2513D) is known color: Orange Roughy. HEX triplet: A2, 51 and 3D. RGB value is (162,81,61). Sum of RGB (Red+Green+Blue) = 162+81+61=304 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.29% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 162 - color contains mainly: red. Hex color #A2513D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2513D is #5DAEC2. Grayscale: #676767. Windows color (decimal): -6139587 or 4018594. OLE color: 4018594.

HSL color Cylindrical-coordinate representation of color #A2513D: hue angle of 11.88º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2513D is Cyan = 0, Magento = 0.50, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 81 61 -
CMYK 0 0.50 0.62 0.36
HSL 11.88º 0.45% 0.44% -
HSV(B) 11.88º 0.62% 0.64% -
XYZ 18.69 13.9 6.11 -
YUV 102.94 104.34 170.13 -
System Red Green Blue C M Y K H S L
Decimal 162 81 61 0 0.50 0.62 0.36 11.88 0.45 0.44
Hex A2 51 3D 0 32 3E 24 C 2D 2C
Octal 242 121 75 0 62 76 44 14 55 54
Binary 10100010 1010001 111101 0 110010 111110 100100 1100 101101 101100

Color Harmonies of #A2513D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2513D

Black with #A2513D

Text Example


Text Example

White with #A2513D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2513D; }

 p { color: rgb(162,81,61); }

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

background-color css

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

 a { background-color: rgb(162,81,61); }

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

border-color css

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

 span { border-color: rgb(162,81,61); }

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