Html Css Color HEX #A3513C Orange Roughy

📋 copy color: '#A3513C'

red 163 ◦ green 81 ◦ blue 60

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

Shades of Orange Roughy #A3513C

Tints of Orange Roughy #A3513C

RGB

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

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

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

R = 53.62%
G = 26.64%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A3513C (or 0xA3513C) is known color: Orange Roughy. HEX triplet: A3, 51 and 3C. RGB value is (163,81,60). Sum of RGB (Red+Green+Blue) = 163+81+60=304 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.62% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 163 - color contains mainly: red. Hex color #A3513C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3513C is #5CAEC3. Grayscale: #676767. Windows color (decimal): -6074052 or 3953059. OLE color: 3953059.

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

Color convert

RGB 163 81 60 -
CMYK 0 0.50 0.63 0.36
HSL 12.23º 0.46% 0.44% -
HSV(B) 12.23º 0.63% 0.64% -
XYZ 18.86 14 5.98 -
YUV 103.12 103.67 170.71 -
System Red Green Blue C M Y K H S L
Decimal 163 81 60 0 0.50 0.63 0.36 12.23 0.46 0.44
Hex A3 51 3C 0 32 3F 24 C 2E 2C
Octal 243 121 74 0 62 77 44 14 56 54
Binary 10100011 1010001 111100 0 110010 111111 100100 1100 101110 101100

Color Harmonies of #A3513C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3513C

Black with #A3513C

Text Example


Text Example

White with #A3513C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3513C; }

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

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

background-color css

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

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

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

border-color css

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

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

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