Html Css Color HEX #A3503C Orange Roughy

📋 copy color: '#A3503C'

red 163 ◦ green 80 ◦ blue 60

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

Shades of Orange Roughy #A3503C

Tints of Orange Roughy #A3503C

RGB

 RED value IS 163 (64.06% from 255) = 53.8%

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

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

R = 53.8%
G = 26.4%
B = 19.8%

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

#A3503C (or 0xA3503C) is known color: Orange Roughy. HEX triplet: A3, 50 and 3C. RGB value is (163,80,60). Sum of RGB (Red+Green+Blue) = 163+80+60=303 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.80% from 303); Green value is 80 (31.64% from 255 or 26.40% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 163 - color contains mainly: red. Hex color #A3503C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3503C is #5CAFC3. Grayscale: #666666. Windows color (decimal): -6074308 or 3952803. OLE color: 3952803.

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

Color convert

RGB 163 80 60 -
CMYK 0 0.51 0.63 0.36
HSL 11.65º 0.46% 0.44% -
HSV(B) 11.65º 0.63% 0.64% -
XYZ 18.79 13.85 5.96 -
YUV 102.54 104 171.13 -
System Red Green Blue C M Y K H S L
Decimal 163 80 60 0 0.51 0.63 0.36 11.65 0.46 0.44
Hex A3 50 3C 0 33 3F 24 C 2E 2C
Octal 243 120 74 0 63 77 44 14 56 54
Binary 10100011 1010000 111100 0 110011 111111 100100 1100 101110 101100

Color Harmonies of #A3503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3503C

Black with #A3503C

Text Example


Text Example

White with #A3503C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3503C; }

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

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

background-color css

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

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

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

border-color css

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

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

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