Html Css Color HEX #A2503C Orange Roughy

📋 copy color: '#A2503C'

red 162 ◦ green 80 ◦ blue 60

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

Shades of Orange Roughy #A2503C

Tints of Orange Roughy #A2503C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.49%

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

R = 53.64%
G = 26.49%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A2503C (or 0xA2503C) is known color: Orange Roughy. HEX triplet: A2, 50 and 3C. RGB value is (162,80,60). Sum of RGB (Red+Green+Blue) = 162+80+60=302 (40% of max value = 765). Red value is 162 (63.67% from 255 or 53.64% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 162 - color contains mainly: red. Hex color #A2503C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2503C is #5DAFC3. Grayscale: #666666. Windows color (decimal): -6139844 or 3952802. OLE color: 3952802.

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

Color convert

RGB 162 80 60 -
CMYK 0 0.51 0.63 0.36
HSL 11.76º 0.46% 0.44% -
HSV(B) 11.76º 0.63% 0.64% -
XYZ 18.58 13.74 5.95 -
YUV 102.24 104.17 170.63 -
System Red Green Blue C M Y K H S L
Decimal 162 80 60 0 0.51 0.63 0.36 11.76 0.46 0.44
Hex A2 50 3C 0 33 3F 24 C 2E 2C
Octal 242 120 74 0 63 77 44 14 56 54
Binary 10100010 1010000 111100 0 110011 111111 100100 1100 101110 101100

Color Harmonies of #A2503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2503C

Black with #A2503C

Text Example


Text Example

White with #A2503C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2503C; }

 p { color: rgb(162,80,60); }

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

background-color css

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

 a { background-color: rgb(162,80,60); }

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

border-color css

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

 span { border-color: rgb(162,80,60); }

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