Html Css Color HEX #A2503B Orange Roughy

📋 copy color: '#A2503B'

red 162 ◦ green 80 ◦ blue 59

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

Shades of Orange Roughy #A2503B

Tints of Orange Roughy #A2503B

RGB

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

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

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

R = 53.82%
G = 26.58%
B = 19.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A2503B (or 0xA2503B) is known color: Orange Roughy. HEX triplet: A2, 50 and 3B. RGB value is (162,80,59). Sum of RGB (Red+Green+Blue) = 162+80+59=301 (39% of max value = 765). Red value is 162 (63.67% from 255 or 53.82% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 162 - color contains mainly: red. Hex color #A2503B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2503B is #5DAFC4. Grayscale: #666666. Windows color (decimal): -6139845 or 3887266. OLE color: 3887266.

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

Color convert

RGB 162 80 59 -
CMYK 0 0.51 0.64 0.36
HSL 12.23º 0.47% 0.43% -
HSV(B) 12.23º 0.64% 0.64% -
XYZ 18.56 13.73 5.81 -
YUV 102.12 103.67 170.71 -
System Red Green Blue C M Y K H S L
Decimal 162 80 59 0 0.51 0.64 0.36 12.23 0.47 0.43
Hex A2 50 3B 0 33 40 24 C 2F 2B
Octal 242 120 73 0 63 100 44 14 57 53
Binary 10100010 1010000 111011 0 110011 1000000 100100 1100 101111 101011

Color Harmonies of #A2503B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2503B

Black with #A2503B

Text Example


Text Example

White with #A2503B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2503B; }

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

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

background-color css

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

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

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

border-color css

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

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

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